Sha256: e902a2d32d7132d256f47565496667d1f317a2b9d96f22b3ce943e37ec44e6dd
Contents?: true
Size: 453 Bytes
Versions: 51
Compression:
Stored size: 453 Bytes
Contents
# OpenapiClient::InlineResponse401 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | **String** | The type of error | | | **message** | **String** | A descriptive description of the error | | | **code** | **String** | | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::InlineResponse401.new( error: null, message: Your password is incorrect, code: null ) ```
Version data entries
51 entries across 51 versions & 1 rubygems