Interface: IError
Model to describe serialized error.
Properties
name
name:
string
The name for the error.
message
message:
string
The message for the error.
source?
optionalsource?:string
The source of the error.
properties?
optionalproperties?:object
Any additional information for the error.
Index Signature
[id: string]: unknown
stack?
optionalstack?:string
The stack trace for the error.
cause?
optionalcause?:IError
The cause of the error if there was one.