class Azure::DataLakeAnalytics::Mgmt::V2015_10_01_preview::Models::InnerError
Generic resource inner error information.
Attributes
context[RW]
@return [String] the context for the error message
trace[RW]
@return [String] the stack trace for the error
Public Class Methods
mapper()
click to toggle source
Mapper for InnerError
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/inner_error.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'InnerError', type: { name: 'Composite', class_name: 'InnerError', model_properties: { trace: { client_side_validation: true, required: false, read_only: true, serialized_name: 'trace', type: { name: 'String' } }, context: { client_side_validation: true, required: false, read_only: true, serialized_name: 'context', type: { name: 'String' } } } } } end