Sha256: 17a929f76455df87d6718f203f889e53cc4275fd55855890f3a4eef78a6f5dc1
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Logic::Mgmt::V2016_06_01 module Models # # Error properties indicate why the Logic service was not able to process # the incoming request. The reason is provided in the error message. # class ErrorProperties include MsRestAzure # @return [String] Error code. attr_accessor :code # @return [String] Error message indicating why the operation failed. attr_accessor :message # # Mapper for ErrorProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ErrorProperties', type: { name: 'Composite', class_name: 'ErrorProperties', model_properties: { code: { required: false, serialized_name: 'code', type: { name: 'String' } }, message: { required: false, serialized_name: 'message', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.15.1 | lib/2016-06-01/generated/azure_mgmt_logic/models/error_properties.rb |
azure_mgmt_logic-0.15.0 | lib/2016-06-01/generated/azure_mgmt_logic/models/error_properties.rb |