Sha256: f5b4c8f37cd0d207ef8186b5b04ed0d47df5f06f9ab017026770643d14088d48
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 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 reponse indicates Logic service is not able to process the incoming # request. The error property contains the error details. # class ErrorResponse include MsRestAzure # @return [ErrorProperties] The error properties. attr_accessor :error # # Mapper for ErrorResponse class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ErrorResponse', type: { name: 'Composite', class_name: 'ErrorResponse', model_properties: { error: { client_side_validation: true, required: false, serialized_name: 'error', type: { name: 'Composite', class_name: 'ErrorProperties' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.16.0 | lib/2016-06-01/generated/azure_mgmt_logic/models/error_response.rb |
azure_mgmt_logic-0.15.2 | lib/2016-06-01/generated/azure_mgmt_logic/models/error_response.rb |