Skip to content

@adrianhall/cloudflare-toolkit


@adrianhall/cloudflare-toolkit / lib/problem-details / ProblemTypeDefinition

Interface: ProblemTypeDefinition

Defined in: src/lib/problem-details/registry.ts:7

The base RFC 9457 definition (type, status, title) registered for a problem type key.

Properties

status

readonly status: number

Defined in: src/lib/problem-details/registry.ts:11

The HTTP status code for this problem type.


title

readonly title: string

Defined in: src/lib/problem-details/registry.ts:13

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


type

readonly type: string

Defined in: src/lib/problem-details/registry.ts:9

A URI identifying the problem type, per RFC 9457.