Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 453 Bytes

InlineResponse401.md

File metadata and controls

22 lines (16 loc) · 453 Bytes

OpenapiClient::InlineResponse401

Properties

Name Type Description Notes
error String The type of error
message String A descriptive description of the error
code String

Example

require 'openapi_client'

instance = OpenapiClient::InlineResponse401.new(
  error: null,
  message: Your password is incorrect,
  code: null
)