Error
↳ InvalidApiResponseFormatError
• new InvalidApiResponseFormatError(message?
): InvalidApiResponseFormatError
Name | Type |
---|---|
message? | string |
Error.constructor
doc-internal/node_modules/.pnpm/typescript@5.4.2/node_modules/typescript/lib/lib.es5.d.ts:1082
• new InvalidApiResponseFormatError(message?
, options?
): InvalidApiResponseFormatError
Name | Type |
---|---|
message? | string |
options? | ErrorOptions |
Error.constructor
doc-internal/node_modules/.pnpm/typescript@5.4.2/node_modules/typescript/lib/lib.es5.d.ts:1082
• Optional
cause: unknown
Error.cause
doc-internal/node_modules/.pnpm/typescript@5.4.2/node_modules/typescript/lib/lib.es2022.error.d.ts:24
• message: string
Error.message
doc-internal/node_modules/.pnpm/typescript@5.4.2/node_modules/typescript/lib/lib.es5.d.ts:1077
• name: string
Error.name
doc-internal/node_modules/.pnpm/typescript@5.4.2/node_modules/typescript/lib/lib.es5.d.ts:1076
• Optional
stack: string
Error.stack
doc-internal/node_modules/.pnpm/typescript@5.4.2/node_modules/typescript/lib/lib.es5.d.ts:1078
▪ 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
▸ (err
, stackTraces
): any
Name | Type |
---|---|
err | Error |
stackTraces | CallSite [] |
any
Error.prepareStackTrace
hub/node_modules/.pnpm/@types+node@20.11.28/node_modules/@types/node/globals.d.ts:28
▪ Static
stackTraceLimit: number
Error.stackTraceLimit
hub/node_modules/.pnpm/@types+node@20.11.28/node_modules/@types/node/globals.d.ts:30
▸ 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@20.11.28/node_modules/@types/node/globals.d.ts:21
< > Update on GitHub