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

    Interface ErrorResponse

    interface ErrorResponse {
        errorId?: string | null;
        errors?: APIError[] | null;
    }
    Index

    Properties

    Properties

    errorId?: string | null
    errors?: APIError[] | null