Package version:

Error definition properties.

interface ErrorError {
    code?: string;
    details?: ErrorDetails[];
    message?: string;
    target?: string;
}

Properties

code?: string

Error code.

details?: ErrorDetails[]

Error details.

message?: string

Error message.

target?: string

Error target.

Generated using TypeDoc