Skip to content

@armada/sdk / index / ProofExpiredError

Class: ProofExpiredError

Defined in: src/errors.ts:87

A ProofHandle was used past its expiresAt policy TTL (SPEC §4.6) — re-plan and re-prove.

Extends

Constructors

Constructor

new ProofExpiredError(message, options?): ProofExpiredError

Defined in: src/errors.ts:6

Parameters

message

string

options?
cause?

unknown

Returns

ProofExpiredError

Inherited from

ArmadaError.constructor

Properties

code

readonly code: "PROOF_EXPIRED" = 'PROOF_EXPIRED'

Defined in: src/errors.ts:88

Overrides

ArmadaError.code