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

Latest commit

 

History

History
24 lines (18 loc) · 397 Bytes

Error.md

File metadata and controls

24 lines (18 loc) · 397 Bytes

OpenapiClient::Error

Properties

Name Type Description Notes
code String
message String
param String
type String

Example

require 'openapi_client'

instance = OpenapiClient::Error.new(
  code: null,
  message: null,
  param: null,
  type: null
)