@sumup/sdk
    Preparing search index...

    Type Alias BaseError

    type BaseError = {
        instance?: string;
        message?: string;
    }
    Index

    Properties

    Properties

    instance?: string

    A unique identifier for the error instance. This can be used to trace the error back to the server logs.

    message?: string

    A human-readable message describing the error that occurred.