CompositionError
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / CompositionError
Interface: CompositionError
Section titled “Interface: CompositionError”Defined in: @sip-protocol/types/dist/index.d.ts:2705
Error during composition
Properties
Section titled “Properties”code:
CompositionErrorCode
Defined in: @sip-protocol/types/dist/index.d.ts:2707
Error code
message
Section titled “message”message:
string
Defined in: @sip-protocol/types/dist/index.d.ts:2709
Human-readable message
proofId?
Section titled “proofId?”
optionalproofId:string
Defined in: @sip-protocol/types/dist/index.d.ts:2711
Proof ID that caused the error (if applicable)
system?
Section titled “system?”
optionalsystem:ProofSystem
Defined in: @sip-protocol/types/dist/index.d.ts:2713
System that caused the error (if applicable)
cause?
Section titled “cause?”
optionalcause:Error
Defined in: @sip-protocol/types/dist/index.d.ts:2715
Original error (if wrapped)