Package version:

Common error details representation.

interface ErrorDetails {
    code?: string;
    message?: string;
    target?: string;
}

Properties

code?: string

Error code.

message?: string

Error message.

target?: string

Error target.

Generated using TypeDoc