@sumup/sdk
    Preparing search index...

    Type Alias Problem

    Problem: {
        detail?: string;
        instance?: string;
        status?: number;
        title?: string;
        type: string;
    } & Omit<
        Record<string, unknown>,
        "type" | "title" | "status" | "detail" | "instance",
    >

    A RFC 9457 problem details object.

    Additional properties specific to the problem type may be present.

    Type Declaration

    • Optionaldetail?: string

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

    • Optionalinstance?: string

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

    • Optionalstatus?: number

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

    • Optionaltitle?: string

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

    • type: string

      A URI reference that identifies the problem type.