class Azure::Subscriptions::Mgmt::V2020_09_01::Models::ErrorResponseBody
Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
Attributes
error[RW]
@return [ErrorResponse] The details of the error.
Private Class Methods
mapper()
click to toggle source
Mapper for ErrorResponseBody
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-09-01/generated/azure_mgmt_subscriptions/models/error_response_body.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ErrorResponseBody', type: { name: 'Composite', class_name: 'ErrorResponseBody', model_properties: { error: { client_side_validation: true, required: false, serialized_name: 'error', type: { name: 'Composite', class_name: 'ErrorResponse' } } } } } end