Skip to content

@ralphschuler.ai function caller.index.<internal>.OpenAI.Beta.Threads.Runs.Steps.RunStep.LastError

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: LastError

Steps.RunStep.LastError

The last error associated with this run step. Will be null if there are no errors.

Table of contents

Properties

Properties

code

code: "server_error" | "rate_limit_exceeded"

One of server_error or rate_limit_exceeded.

Defined in

node_modules/openai/resources/beta/threads/runs/steps.d.ts:237


message

message: string

A human-readable description of the error.

Defined in

node_modules/openai/resources/beta/threads/runs/steps.d.ts:241

Typescript Libraries

Modules

Namespaces

Clone this wiki locally