Error
↳ InvalidApiResponseFormatError
• new InvalidApiResponseFormatError(message?)
| Name | Type |
|---|---|
message? | string |
Error.constructor
doc-internal/node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es5.d.ts:1059
• new InvalidApiResponseFormatError(message?, options?)
| Name | Type |
|---|---|
message? | string |
options? | ErrorOptions |
Error.constructor
doc-internal/node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es2022.error.d.ts:30
• Optional cause: unknown
Error.cause
doc-internal/node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es2022.error.d.ts:26
• message: string
Error.message
doc-internal/node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es5.d.ts:1054
• name: string
Error.name
doc-internal/node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es5.d.ts:1053
• Optional stack: string
Error.stack
doc-internal/node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es5.d.ts:1055
▪ Static Optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
▸ (err, stackTraces): any
Optional override for formatting stack traces
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
| Name | Type |
|---|---|
err | Error |
stackTraces | CallSite[] |
any
Error.prepareStackTrace
hub/node_modules/.pnpm/@types+node@18.13.0/node_modules/@types/node/globals.d.ts:11
▪ Static stackTraceLimit: number
Error.stackTraceLimit
hub/node_modules/.pnpm/@types+node@18.13.0/node_modules/@types/node/globals.d.ts:13
▸ Static captureStackTrace(targetObject, constructorOpt?): void
Create .stack property on a target object
| Name | Type |
|---|---|
targetObject | object |
constructorOpt? | Function |
void
Error.captureStackTrace
hub/node_modules/.pnpm/@types+node@18.13.0/node_modules/@types/node/globals.d.ts:4