Method: OryClient::GenericErrorContent.attribute_map

Defined in:
lib/ory-client/models/generic_error_content.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



35
36
37
38
39
40
41
42
43
# File 'lib/ory-client/models/generic_error_content.rb', line 35

def self.attribute_map
  {
    :'debug' => :'debug',
    :'error' => :'error',
    :'error_description' => :'error_description',
    :'message' => :'message',
    :'status_code' => :'status_code'
  }
end