API reference / @backpack/aws-lambda / rest / InternalServerErrorProblem
Class: InternalServerErrorProblem
A generic ProblemError
that represents an Internal Server Error (500) HTTP error.
Extends
Constructors
Constructor
ts
new InternalServerErrorProblem(message, options?): InternalServerErrorProblem;
Parameters
Parameter | Type |
---|---|
message | string |
options? | ErrorOptions |
Returns
InternalServerErrorProblem
Overrides
Properties
problem
ts
readonly problem: Problem;