Skip to main content
Version: 0.23.0

Class: ServiceUnavailableException

Defined in: js-server-sdk/src/exceptions/index.ts:33

Extends

Constructors

Constructor

new ServiceUnavailableException(error): ServiceUnavailableException

Defined in: js-server-sdk/src/exceptions/index.ts:13

Parameters

ParameterType
errorAxiosError<Record<string, string>>

Returns

ServiceUnavailableException

Inherited from

FishjamBaseException.constructor

Properties

axiosCode?

optional axiosCode: string

Defined in: js-server-sdk/src/exceptions/index.ts:11

Inherited from

FishjamBaseException.axiosCode


details?

optional details: string

Defined in: js-server-sdk/src/exceptions/index.ts:12

Inherited from

FishjamBaseException.details


statusCode

statusCode: number

Defined in: js-server-sdk/src/exceptions/index.ts:10

Inherited from

FishjamBaseException.statusCode