Class: ApiCallError
Hierarchy
-
Error
↳
ApiCallError
Constructors
constructor
• new ApiCallError(«destructured»
): ApiCallError
Parameters
Name | Type |
---|---|
«destructured» | Object |
› cause? | unknown |
› data? | unknown |
› isRetryable? | boolean |
› message | string |
› requestBodyValues | unknown |
› responseBody? | string |
› statusCode? | number |
› url | string |
Returns
Overrides
Error.constructor
Defined in
packages/modelfusion/src/core/api/ApiCallError.ts:10
Methods
toJSON
▸ toJSON(): Object
Returns
Object
Name | Type |
---|---|
cause | unknown |
data | unknown |
isRetryable | boolean |
message | string |
name | string |
requestBodyValues | unknown |
responseBody | undefined | string |
statusCode | undefined | number |
url | string |
Defined in
packages/modelfusion/src/core/api/ApiCallError.ts:43
captureStackTrace
▸ captureStackTrace(targetObject
, constructorOpt?
): void
Create .stack property on a target object
Parameters
Name | Type |
---|---|
targetObject | object |
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
Name | Type |
---|---|
err | Error |
stackTraces | CallSite [] |
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