Skip to main content

Class: BeeResponseError

Defined in: bee-js/src/utils/error.ts:13

Extends

Constructors

Constructor

new BeeResponseError(method, url, message, responseBody?, status?, statusText?): BeeResponseError

Defined in: bee-js/src/utils/error.ts:14

Parameters

method

string

url

string

message

string

responseBody?

unknown

status?

number

statusText?

string

Returns

BeeResponseError

Overrides

BeeError.constructor

Properties

method

method: string

Defined in: bee-js/src/utils/error.ts:15


responseBody?

optional responseBody: unknown

Defined in: bee-js/src/utils/error.ts:18


status?

optional status: number

Defined in: bee-js/src/utils/error.ts:19


statusText?

optional statusText: string

Defined in: bee-js/src/utils/error.ts:20


url

url: string

Defined in: bee-js/src/utils/error.ts:16

💬 Get Help