Method: Hubspot::Crm::Objects::StandardError.openapi_types

Defined in:
lib/hubspot/codegen/crm/objects/models/standard_error.rb

.openapi_typesObject

Attribute type mapping.



50
51
52
53
54
55
56
57
58
59
60
61
# File 'lib/hubspot/codegen/crm/objects/models/standard_error.rb', line 50

def self.openapi_types
  {
    :'status' => :'String',
    :'id' => :'String',
    :'category' => :'ErrorCategory',
    :'sub_category' => :'Object',
    :'message' => :'String',
    :'errors' => :'Array<ErrorDetail>',
    :'context' => :'Hash<String, Array<String>>',
    :'links' => :'Hash<String, String>'
  }
end