Skip to content

@pod-os/core


@pod-os/core / HttpProblem

Interface: HttpProblem

Defined in: problems/index.ts:15

Roughly resembling RFC 7807 Problem Details https://datatracker.ietf.org/doc/html/rfc7807

Extends

Properties

detail?

optional detail: string

Defined in: problems/index.ts:8

Inherited from

Problem.detail


status

status: number

Defined in: problems/index.ts:17


title

title: string

Defined in: problems/index.ts:7

Inherited from

Problem.title


type

type: "http"

Defined in: problems/index.ts:16

Overrides

Problem.type