Package version:

Interface ServiceError

API error details.

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

Properties

code?: string

Error code.

details?: {}

List of error details.

message?: string

Error message.