Sha256: 1e91ff9cb8e63374913dcf196b4bc91aeca3c504ffc6db2a70759daeaf837f3c
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 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::ServiceBus module Models # # Error reponse indicates ServiceBus service is not able to process the # incoming request. The reason is provided in the error message. # class ErrorResponse include MsRestAzure include MsRest::JSONable # @return [String] Error code. attr_accessor :code # @return [String] Error message indicating why the operation failed. attr_accessor :message # # 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: { 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_service_bus-0.12.0 | lib/generated/azure_mgmt_service_bus/models/error_response.rb |
azure_mgmt_service_bus-0.11.0 | lib/generated/azure_mgmt_service_bus/models/error_response.rb |