@sumup/sdk
    Preparing search index...

    Type Alias ErrorBody

    Error message structure.

    type ErrorBody = {
        error_code?: string;
        message?: string;
    }
    Index

    Properties

    error_code?: string

    Platform code for the error.

    message?: string

    Short description of the error.