Provider error details. Messages can contain customer content.

interface ErrorBody {
    client_event_id?: null | string;
    code?: null | string;
    message?: string;
    param?: null | string;
    type?: null | string;
}

Properties

client_event_id?: null | string
code?: null | string
message?: string
param?: null | string
type?: null | string