Skip to main content
Version: 8.9

Type Alias: ProblemDetail

type ProblemDetail = object;

A Problem detail object as described in RFC 9457. There may be additional properties specific to the problem type.

Properties

detail

detail: string;

An explanation of the problem in more detail.


instance

instance: string;

A URI path identifying the origin of the problem.


status

status: number;

The HTTP status code for this problem.


title

title: string;

A summary of the problem type.


type

type: string;

A URI identifying the problem type.