Worldline Connect Node.js SDK
    Preparing search index...

    Interface APIError

    interface APIError {
        category?: string | null;
        code?: string | null;
        httpStatusCode?: number | null;
        id?: string | null;
        message?: string | null;
        propertyName?: string | null;
        requestId?: string | null;
    }
    Index

    Properties

    category?: string | null
    code?: string | null
    httpStatusCode?: number | null
    id?: string | null
    message?: string | null
    propertyName?: string | null
    requestId?: string | null