Package version:

Interface ApiErrorBase

Api error base.

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

Properties

code?: string

The error code.

message?: string

The error message.

target?: string

The target of the particular error.