Sha256: 79cf82f65b3f52d08f94feee2935e9529131c2214af70ce00b98e813c538072e
Contents?: true
Size: 508 Bytes
Versions: 14
Compression:
Stored size: 508 Bytes
Contents
# OpenapiClient::ErrorDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **field** | **String** | The property or attribute associated with the error. | [optional] **message** | **String** | Information specific to a property or attribute. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::ErrorDetails.new(field: PaymentCard.number, message: may not be null) ```
Version data entries
14 entries across 14 versions & 1 rubygems