Sha256: 89728f04c148c7725920d9d88a15643d502e253c06332ed7e54b9b0bb5b02ffb
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::DataLakeStore module Models # # Data Lake Store inner error information # class InnerError include MsRestAzure # @return [String] the stack trace for the error attr_accessor :trace # @return [String] the context for the error message attr_accessor :context # # Mapper for InnerError class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'InnerError', type: { name: 'Composite', class_name: 'InnerError', model_properties: { trace: { required: false, read_only: true, serialized_name: 'trace', type: { name: 'String' } }, context: { required: false, read_only: true, serialized_name: 'context', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_datalake_store-0.8.0 | lib/generated/azure_mgmt_datalake_store/models/inner_error.rb |