@sumup/sdk
    Preparing search index...

    Type Alias CreateCustomerError

    CreateCustomerError:
        | ErrorExtended
        | { error_code: string; error_message: string; instance: string }

    Type Declaration

    • ErrorExtended
    • { error_code: string; error_message: string; instance: string }
      • error_code: string

        Platform code for the error.

      • error_message: string

        Short description of the error.

      • instance: string

        Unique identifier of this error occurrence.