Cadenza JS
    Preparing search index...

    Interface ProblemDetails

    A adapted [JSOn] IETF RFC 9457 Problem Details for HTTP APIs object

    interface ProblemDetails {
        httpStatus: string;
        key: string;
        title: string;
        type: string;
    }
    Index

    Properties

    httpStatus: string

    http status message

    key: string

    Short version of the type

    title: string

    Summary of the problem

    type: string

    The primary identifier for the experienced problem type