Skip to main content

Interface: IError

Model to describe serialized error.

Properties

name

name: string

The name for the error.


message

message: string

The message for the error as an i18n key.


source?

optional source?: string

The source of the error.


properties?

optional properties?: object

Any additional information for the error.

Index Signature

[id: string]: unknown


stack?

optional stack?: string

The stack trace for the error.


cause?

optional cause?: IError

The cause of the error if there was one.