class Azure::Advisor::Mgmt::V2017_04_19::Models::ARMErrorResponseBody
ARM error response body.
Attributes
code[RW]
@return [String] Gets or sets the string that can be used to programmatically identify the error.
message[RW]
@return [String] Gets or sets the string that describes the error in detail and provides debugging information.
Public Class Methods
mapper()
click to toggle source
Mapper for ARMErrorResponseBody
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-04-19/generated/azure_mgmt_advisor/models/armerror_response_body.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ARMErrorResponseBody', type: { name: 'Composite', class_name: 'ARMErrorResponseBody', model_properties: { message: { client_side_validation: true, required: false, serialized_name: 'message', type: { name: 'String' } }, code: { client_side_validation: true, required: false, serialized_name: 'code', type: { name: 'String' } } } } } end