PayFanout API reference
    Preparing search index...

    Interface WorldlineApiError

    A single entry in a Worldline error body's errors array.

    interface WorldlineApiError {
        category?: string;
        code?: string;
        errorCode?: string;
        httpStatusCode?: number;
        id?: string;
        message?: string;
        propertyName?: string;
        retriable?: boolean;
    }
    Index
    category?: string
    code?: string
    errorCode?: string
    httpStatusCode?: number
    id?: string
    message?: string
    propertyName?: string
    retriable?: boolean