Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 508 Bytes

File metadata and controls

19 lines (12 loc) · 508 Bytes

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

require 'OpenapiClient'

instance = OpenapiClient::ErrorDetails.new(field: PaymentCard.number,
                                 message: may not be null)