Interface: CCIPErrorOptions
Defined in: errors/CCIPError.ts:5
Options for CCIPError constructor.
Properties
cause?
optionalcause:Error
Defined in: errors/CCIPError.ts:7
Original error (ES2022 cause).
context?
optionalcontext:Record<string,unknown>
Defined in: errors/CCIPError.ts:9
Structured context (IDs, addresses).
isTransient?
optionalisTransient:boolean
Defined in: errors/CCIPError.ts:11
True if retry may succeed.
recovery?
optionalrecovery:string
Defined in: errors/CCIPError.ts:15
Recovery suggestion.
retryAfterMs?
optionalretryAfterMs:number
Defined in: errors/CCIPError.ts:13
Retry delay in ms.