Method: PureCloud::ErrorBody.swagger_types

Defined in:
lib/purecloud/models/error_body.rb

.swagger_typesObject

Attribute type mapping.



69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# File 'lib/purecloud/models/error_body.rb', line 69

def self.swagger_types
  {
    :'status' => :'Integer',
    :'code' => :'String',
    :'entity_id' => :'String',
    :'entity_name' => :'String',
    :'message' => :'String',
    :'message_with_params' => :'String',
    :'message_params' => :'Hash<String, String>',
    :'context_id' => :'String',
    :'details' => :'Array<Detail>',
    :'errors' => :'Array<ErrorBody>'
    
  }
end