interface IErrorObject {
    code: string;
    message: string;
}

Hierarchy (View Summary)

Properties

Properties

code: string

An error identifier.

message: string

A plain language description of the cause of an error.