@sumup/sdk
    Preparing search index...

    A RFC 9457 problem details object.

    Additional properties specific to the problem type may be present.

    type Problem = {
        detail?: string;
        instance?: string;
        status?: number;
        title?: string;
        type: string;
    }
    Index

    Properties

    detail?: string

    A human-readable explanation specific to this occurrence of the problem.

    instance?: string

    A URI reference that identifies the specific occurrence of the problem.

    status?: number

    The HTTP status code generated by the origin server for this occurrence of the problem.

    title?: string

    A short, human-readable summary of the problem type.

    type: string

    A URI reference that identifies the problem type.