Skip to content

API reference / @backpack/aws-lambda / rest / Problem

Interface: Problem

RFC-9457 compliant problem details for REST APIs

Indexable

ts
[key: string | number]: JsonValue

Properties

detail?

ts
optional detail: string;

status

ts
status: number;

title

ts
title: string;

type

ts
type: string;