Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 505 Bytes

File metadata and controls

22 lines (16 loc) · 505 Bytes

OpenapiClient::ErrorDetail

Properties

Name Type Description Notes
location String Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id' [optional]
message String Error message text [optional]
value Object [optional]

Example

require 'openapi_client'

instance = OpenapiClient::ErrorDetail.new(
  location: null,
  message: null,
  value: null
)