@agorio/sdk • Docs
Class: AcpSignatureError
Extends
Error
Constructors
new AcpSignatureError()
new AcpSignatureError(
message,reason):AcpSignatureError
Parameters
• message: string
• reason: "missing" | "malformed" | "timestamp_out_of_window" | "verification_failed"
Stable reason code for programmatic handling.
Returns
Overrides
Error.constructor
Defined in
src/client/acp-order-events.ts:24
Properties
cause?
optionalcause:unknown
Inherited from
Error.cause
Defined in
docs/node_modules/typescript/lib/lib.es2022.error.d.ts:24
message
message:
string
Inherited from
Error.message
Defined in
docs/node_modules/typescript/lib/lib.es5.d.ts:1077
name
name:
string
Inherited from
Error.name
Defined in
docs/node_modules/typescript/lib/lib.es5.d.ts:1076
reason
readonlyreason:"missing"|"malformed"|"timestamp_out_of_window"|"verification_failed"
Stable reason code for programmatic handling.
Defined in
src/client/acp-order-events.ts:27
stack?
optionalstack:string
Inherited from
Error.stack
Defined in
docs/node_modules/typescript/lib/lib.es5.d.ts:1078