Class: FishjamBaseException
Defined in: js-server-sdk/src/exceptions/index.ts:9
Extends
Error
Extended by
BadRequestExceptionUnauthorizedExceptionForbiddenExceptionRoomNotFoundExceptionFishjamNotFoundExceptionPeerNotFoundExceptionServiceUnavailableExceptionUnknownException
Constructors
Constructor
new FishjamBaseException(
error):FishjamBaseException
Defined in: js-server-sdk/src/exceptions/index.ts:13
Parameters
| Parameter | Type |
|---|---|
error | AxiosError<Record<string, string>> |
Returns
FishjamBaseException
Overrides
Error.constructor
Properties
axiosCode?
optionalaxiosCode:string
Defined in: js-server-sdk/src/exceptions/index.ts:11
details?
optionaldetails:string
Defined in: js-server-sdk/src/exceptions/index.ts:12
statusCode
statusCode:
number
Defined in: js-server-sdk/src/exceptions/index.ts:10