Skip to content

CompositionError

SIP Protocol API Reference v0.9.0


SIP Protocol API Reference / CompositionError

Defined in: @sip-protocol/types/dist/index.d.ts:2705

Error during composition

code: CompositionErrorCode

Defined in: @sip-protocol/types/dist/index.d.ts:2707

Error code


message: string

Defined in: @sip-protocol/types/dist/index.d.ts:2709

Human-readable message


optional proofId?: string

Defined in: @sip-protocol/types/dist/index.d.ts:2711

Proof ID that caused the error (if applicable)


optional system?: ProofSystem

Defined in: @sip-protocol/types/dist/index.d.ts:2713

System that caused the error (if applicable)


optional cause?: Error

Defined in: @sip-protocol/types/dist/index.d.ts:2715

Original error (if wrapped)