Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 446 Bytes

RunStepObjectLastError.md

File metadata and controls

20 lines (14 loc) · 446 Bytes

OpenapiClient::RunStepObjectLastError

Properties

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

Example

require 'openapi_client'

instance = OpenapiClient::RunStepObjectLastError.new(
  code: null,
  message: null
)