API reference / @backpack/aws-lambda / rest / ServiceUnavailableProblem
Class: ServiceUnavailableProblem
A generic ProblemError
that represents a Service Unavailable (503) HTTP error.
Extends
Constructors
Constructor
ts
new ServiceUnavailableProblem(message, options?): ServiceUnavailableProblem;
Parameters
Parameter | Type |
---|---|
message | string |
options? | ErrorOptions |
Returns
ServiceUnavailableProblem
Overrides
Properties
problem
ts
readonly problem: Problem;