Skip to content

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

Class: NotFoundProblem

A generic ProblemError that represents a Not Found (404) HTTP error.

Extends

Constructors

Constructor

ts
new NotFoundProblem(message, options?): NotFoundProblem;

Parameters

ParameterType
messagestring
options?ErrorOptions

Returns

NotFoundProblem

Overrides

ProblemError.constructor

Properties

problem

ts
readonly problem: Problem;

Inherited from

ProblemError.problem