LLobotoMy for Azure / ContextLengthExceededError
-
↳
ContextLengthExceededError
• new ContextLengthExceededError(message
)
Name | Type |
---|---|
message |
string |
InvalidRequestError.constructor
• message: string
node_modules/typescript/lib/lib.es5.d.ts:1068
• name: string
node_modules/typescript/lib/lib.es5.d.ts:1067
• Optional
stack: string
node_modules/typescript/lib/lib.es5.d.ts:1069
▪ Static
Optional
prepareStackTrace: (err
: Error
, stackTraces
: CallSite
[]) => any
▸ (err
, stackTraces
): any
Optional override for formatting stack traces
Name | Type |
---|---|
err |
Error |
stackTraces |
CallSite [] |
any
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
InvalidRequestError.prepareStackTrace
node_modules/@types/node/globals.d.ts:28
▪ Static
stackTraceLimit: number
InvalidRequestError.stackTraceLimit
node_modules/@types/node/globals.d.ts:30
▸ Static
captureStackTrace(targetObject
, constructorOpt?
): void
Create .stack property on a target object
Name | Type |
---|---|
targetObject |
object |
constructorOpt? |
Function |
void
InvalidRequestError.captureStackTrace
node_modules/@types/node/globals.d.ts:21