Sha256: 194df5247d053b47b1d047137b8774c306815030dfc247d238a4d86f9698458d
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic 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 include MsRest::JSONable # @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() { required: false, serialized_name: 'ErrorResponse', type: { name: 'Composite', class_name: 'ErrorResponse', model_properties: { error: { 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.12.0 | lib/generated/azure_mgmt_logic/models/error_response.rb |
azure_mgmt_logic-0.11.0 | lib/generated/azure_mgmt_logic/models/error_response.rb |