Sha256: 2c547735a54e8ca0ea575164b9af5d47951189f2022fc465106c2dc0803eb327
Contents?: true
Size: 1.77 KB
Versions: 2
Compression:
Stored size: 1.77 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::DataLakeStore::Account module Models # # Data Lake Store error details information # class ErrorDetails include MsRestAzure # @return [String] the HTTP status code or error code associated with # this error attr_accessor :code # @return [String] the error message localized based on Accept-Language attr_accessor :message # @return [String] the target of the particular error (for example, the # name of the property in error). attr_accessor :target # # Mapper for ErrorDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ErrorDetails', type: { name: 'Composite', class_name: 'ErrorDetails', model_properties: { code: { required: false, read_only: true, serialized_name: 'code', type: { name: 'String' } }, message: { required: false, read_only: true, serialized_name: 'message', type: { name: 'String' } }, target: { required: false, read_only: true, serialized_name: 'target', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems