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@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

src/types.ts:295


response

Optional response: Response

Defined in

src/types.ts:294


statusCode

Optional statusCode: number

Defined in

src/types.ts:292


statusText

Optional statusText: string

Defined in

src/types.ts:293