Skip to main content
Version: 8.9 (unreleased)

Type Alias: ProblemDetail

type ProblemDetail = object;

Defined in: gen/types.gen.ts:5054

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

Properties

detail?

optional detail: string;

Defined in: gen/types.gen.ts:5070

An explanation of the problem in more detail.


instance?

optional instance: string;

Defined in: gen/types.gen.ts:5074

A URI path identifying the origin of the problem.


status?

optional status: number;

Defined in: gen/types.gen.ts:5066

The HTTP status code for this problem.


title?

optional title: string;

Defined in: gen/types.gen.ts:5062

A summary of the problem type.


type?

optional type: string;

Defined in: gen/types.gen.ts:5058

A URI identifying the problem type.