class Azure::Monitor::Mgmt::V2018_11_27_preview::Models::ResponseWithError
An error response from the API.
Attributes
error[RW]
@return [Error] Error
information.
Private Class Methods
mapper()
click to toggle source
Mapper for ResponseWithError
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-11-27-preview/generated/azure_mgmt_monitor/models/response_with_error.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ResponseWithError', type: { name: 'Composite', class_name: 'ResponseWithError', model_properties: { error: { client_side_validation: true, required: true, serialized_name: 'error', type: { name: 'Composite', class_name: 'Error' } } } } } end