Sha256: 288ddc6b3aeb9fe47e513da3cfc8907fd184d497d23afa0e546ebb4e429dc4d2
Contents?: true
Size: 716 Bytes
Versions: 14
Compression:
Stored size: 716 Bytes
Contents
# OpenapiClient::Error ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | **String** | Uniquely identifies an error condition. Client applications need to read and handle errors based on this. | [optional] **message** | **String** | A generic description of the error condition. | [optional] **details** | [**Array<ErrorDetails>**](ErrorDetails.md) | Detailed information about message format errors. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Error.new(code: 2303, message: Invalid credit card number, details: null) ```
Version data entries
14 entries across 14 versions & 1 rubygems