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
Parameter | Type |
---|---|
message | string |
options? | ErrorOptions |
Returns
NotImplementedProblem
Overrides
Properties
problem
ts
readonly problem: Problem;