Skip to content

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

ParameterType
messagestring
options?ErrorOptions

Returns

ServiceUnavailableProblem

Overrides

ProblemError.constructor

Properties

problem

ts
readonly problem: Problem;

Inherited from

ProblemError.problem