Skip to content

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

ParameterType
messagestring
options?ErrorOptions

Returns

InternalServerErrorProblem

Overrides

ProblemError.constructor

Properties

problem

ts
readonly problem: Problem;

Inherited from

ProblemError.problem