@sumup/sdk
    Preparing search index...

    Type Alias ErrorForbidden

    Error message for forbidden requests.

    type ErrorForbidden = {
        error_code?: string;
        error_message?: string;
        status_code?: string;
    }
    Index

    Properties

    error_code?: string

    Platform code for the error.

    error_message?: string

    Short description of the error.

    status_code?: string

    HTTP status code for the error.