Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 646 Bytes

RunObjectLastError.md

File metadata and controls

25 lines (13 loc) · 646 Bytes

RunObjectLastError

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

Properties

Name Type Description Notes
code CodeEnum One of `server_error`, `rate_limit_exceeded`, or `invalid_prompt`.
message String A human-readable description of the error.

Enum: CodeEnum

Name Value
SERVER_ERROR "server_error"
RATE_LIMIT_EXCEEDED "rate_limit_exceeded"
INVALID_PROMPT "invalid_prompt"