Interface: IFailure
Properties of a Failure.
Hierarchy
-
↳
IFailure
Properties
cause
• Optional cause: null | $Properties
Failure cause
Inherited from
details
• Optional details: null | Uint8Array
UTF-8 encoded JSON serializable details.
Inherited from
message
• Optional message: null | string
Failure message
Inherited from
metadata
• Optional metadata: null | { [k: string]: string; }
Failure metadata
Inherited from
stackTrace
• Optional stackTrace: null | string
Failure stackTrace