Package version:

The error detail.

interface ErrorDetail {
    additionalInfo?: {};
    code?: string;
    details?: {};
    message?: string;
    target?: string;
}

Properties

additionalInfo?: {}

The error additional info.

code?: string

The error code.

details?: {}

The error details.

message?: string

The error message.

target?: string

The error target.