chatgpt-api/docs/classes/ChatGPTError.md

1.7 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@5.0.4/node_modules/typescript/lib/lib.es5.d.ts:1060

new ChatGPTError(message?, options?)

Parameters

Name Type
message? string
options? ErrorOptions

Inherited from

Error.constructor

Defined in

node_modules/.pnpm/typescript@5.0.4/node_modules/typescript/lib/lib.es2022.error.d.ts:28

Properties

accountId

Optional accountId: string

Defined in

src/types.ts:86


isFinal

Optional isFinal: boolean

Defined in

src/types.ts:85


statusCode

Optional statusCode: number

Defined in

src/types.ts:83


statusText

Optional statusText: string

Defined in

src/types.ts:84