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

    Interface SdkResponseError

    interface SdkResponseError {
        body?: string;
        status?: number;
    }

    Hierarchy

    • Error
      • SdkResponseError
    Index

    Properties

    Properties

    body?: string
    status?: number