Package version:

Describes the error that occurred.

interface ErrorResponse {
    code?: string;
    message?: string;
}

Properties

Properties

code?: string

Error code associated with the error that occurred. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Describes the error in detail. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc