Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 578 Bytes

RunStepObjectLastError.md

File metadata and controls

24 lines (12 loc) · 578 Bytes

RunStepObjectLastError

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

Properties

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

Enum: CodeEnum

Name Value
SERVER_ERROR "server_error"
RATE_LIMIT_EXCEEDED "rate_limit_exceeded"