chatgpt / Exports / ChatGPTError
-
Error
↳
ChatGPTError
• new ChatGPTError(message?
)
Name | Type |
---|---|
message? |
string |
Error.constructor
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1059
• new ChatGPTError(message?
, options?
)
Name | Type |
---|---|
message? |
string |
options? |
ErrorOptions |
Error.constructor
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es2022.error.d.ts:30
• Optional
originalError: Error
• Optional
response: Response
• Optional
statusCode: number
• Optional
statusText: string