Skip to content

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

Class: NotImplementedProblem

A generic ProblemError that represents a Not Implemented (501) HTTP error.

Extends

Constructors

Constructor

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

Parameters

ParameterType
messagestring
options?ErrorOptions

Returns

NotImplementedProblem

Overrides

ProblemError.constructor

Properties

problem

ts
readonly problem: Problem;

Inherited from

ProblemError.problem