Skip to main content

Class: ApiCallError

Hierarchy

  • Error

    ApiCallError

Constructors

constructor

new ApiCallError(«destructured»): ApiCallError

Parameters

NameType
«destructured»Object
› cause?unknown
› data?unknown
› isRetryable?boolean
› messagestring
› requestBodyValuesunknown
› responseBody?string
› statusCode?number
› urlstring

Returns

ApiCallError

Overrides

Error.constructor

Defined in

packages/modelfusion/src/core/api/ApiCallError.ts:10

Methods

toJSON

toJSON(): Object

Returns

Object

NameType
causeunknown
dataunknown
isRetryableboolean
messagestring
namestring
requestBodyValuesunknown
responseBodyundefined | string
statusCodeundefined | number
urlstring

Defined in

packages/modelfusion/src/core/api/ApiCallError.ts:43


captureStackTrace

captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

NameType
targetObjectobject
constructorOpt?Function

Returns

void

Inherited from

Error.captureStackTrace

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:4

Properties

cause

Optional Readonly cause: unknown

Overrides

Error.cause

Defined in

packages/modelfusion/src/core/api/ApiCallError.ts:6


data

Optional Readonly data: unknown

Defined in

packages/modelfusion/src/core/api/ApiCallError.ts:8


isRetryable

Readonly isRetryable: boolean

Defined in

packages/modelfusion/src/core/api/ApiCallError.ts:7


message

message: string

Inherited from

Error.message

Defined in

node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1076


name

name: string

Inherited from

Error.name

Defined in

node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1075


requestBodyValues

Readonly requestBodyValues: unknown

Defined in

packages/modelfusion/src/core/api/ApiCallError.ts:3


responseBody

Optional Readonly responseBody: string

Defined in

packages/modelfusion/src/core/api/ApiCallError.ts:5


stack

Optional stack: string

Inherited from

Error.stack

Defined in

node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1077


statusCode

Optional Readonly statusCode: number

Defined in

packages/modelfusion/src/core/api/ApiCallError.ts:4


url

Readonly url: string

Defined in

packages/modelfusion/src/core/api/ApiCallError.ts:2


prepareStackTrace

Static Optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

See

https://v8.dev/docs/stack-trace-api#customizing-stack-traces

Type declaration

▸ (err, stackTraces): any

Optional override for formatting stack traces

Parameters
NameType
errError
stackTracesCallSite[]
Returns

any

See

https://v8.dev/docs/stack-trace-api#customizing-stack-traces

Inherited from

Error.prepareStackTrace

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:11


stackTraceLimit

Static stackTraceLimit: number

Inherited from

Error.stackTraceLimit

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:13