@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface ProblemDetail

    Problem represents a problem detail as defined in RFC 7807

    interface ProblemDetail {
        detail: string;
        status: number;
        title: string;
        type: string;
    }
    Index

    Properties

    Properties

    detail: string

    The problem's detail.

    status: number

    The problem's status code.

    title: string

    The problem's title.

    type: string

    Type indicates the URI that identifies the problem type, we use an MDN URI here.