Package version:

Error definition.

interface ErrorDefinition {
    code?: string;
    details?: {};
    message?: string;
}

Properties

code?: string

Service specific error code which serves as the substatus for the HTTP error code.

details?: {}

Internal error details.

message?: string

Description of the error.