Name | Type | Description | Notes |
---|---|---|---|
code | String | One of `server_error` or `rate_limit_exceeded`. | |
message | String | A human-readable description of the error. |
require 'openapi_client'
instance = OpenapiClient::RunStepObjectLastError.new(
code: null,
message: null
)