2022-12-12 00:04:20 +00:00
|
|
|
[chatgpt](../readme.md) / [Exports](../modules.md) / ChatGPTError
|
|
|
|
|
|
|
|
# Class: ChatGPTError
|
|
|
|
|
|
|
|
## Hierarchy
|
|
|
|
|
|
|
|
- `Error`
|
|
|
|
|
|
|
|
↳ **`ChatGPTError`**
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Constructors
|
|
|
|
|
|
|
|
- [constructor](ChatGPTError.md#constructor)
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [originalError](ChatGPTError.md#originalerror)
|
|
|
|
- [response](ChatGPTError.md#response)
|
|
|
|
- [statusCode](ChatGPTError.md#statuscode)
|
|
|
|
- [statusText](ChatGPTError.md#statustext)
|
|
|
|
|
|
|
|
## Constructors
|
|
|
|
|
|
|
|
### constructor
|
|
|
|
|
|
|
|
• **new ChatGPTError**(`message?`)
|
|
|
|
|
|
|
|
#### Parameters
|
|
|
|
|
|
|
|
| Name | Type |
|
|
|
|
| :------ | :------ |
|
|
|
|
| `message?` | `string` |
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
Error.constructor
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
|
|
|
node_modules/.pnpm/typescript@4.9.3/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.3/node_modules/typescript/lib/lib.es2022.error.d.ts:30
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### originalError
|
|
|
|
|
|
|
|
• `Optional` **originalError**: `Error`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2022-12-12 23:23:36 +00:00
|
|
|
[src/types.ts:298](https://github.com/transitive-bullshit/chatgpt-api/blob/c257286/src/types.ts#L298)
|
2022-12-12 00:04:20 +00:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### response
|
|
|
|
|
|
|
|
• `Optional` **response**: `Response`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2022-12-12 23:23:36 +00:00
|
|
|
[src/types.ts:297](https://github.com/transitive-bullshit/chatgpt-api/blob/c257286/src/types.ts#L297)
|
2022-12-12 00:04:20 +00:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### statusCode
|
|
|
|
|
|
|
|
• `Optional` **statusCode**: `number`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2022-12-12 23:23:36 +00:00
|
|
|
[src/types.ts:295](https://github.com/transitive-bullshit/chatgpt-api/blob/c257286/src/types.ts#L295)
|
2022-12-12 00:04:20 +00:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### statusText
|
|
|
|
|
|
|
|
• `Optional` **statusText**: `string`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2022-12-12 23:23:36 +00:00
|
|
|
[src/types.ts:296](https://github.com/transitive-bullshit/chatgpt-api/blob/c257286/src/types.ts#L296)
|