kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
1.3 KiB
1.3 KiB
chatgpt / Exports / ChatGPTError
Class: ChatGPTError
Hierarchy
-
Error
↳
ChatGPTError
Table of contents
Constructors
Properties
Constructors
constructor
• new ChatGPTError(message?
)
Parameters
Name | Type |
---|---|
message? |
string |
Inherited from
Error.constructor
Defined in
node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es5.d.ts:1059
• new ChatGPTError(message?
, options?
)
Parameters
Name | Type |
---|---|
message? |
string |
options? |
ErrorOptions |
Inherited from
Error.constructor
Defined in
node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es2022.error.d.ts:30
Properties
statusCode
• Optional
statusCode: number
Defined in
statusText
• Optional
statusText: string