Properties of an Error.

Hierarchy

  • IError

Implemented by

Properties

Properties

Code?: null | string

Error Code

Metadata?: null | {
    [k: string]: string;
}

Error Metadata

Msg?: null | string

Error Msg

Generated using TypeDoc