Class: Azure::Billing::Mgmt::V2017_02_27_preview::Models::ErrorResponse
- Inherits:
-
Object
- Object
- Azure::Billing::Mgmt::V2017_02_27_preview::Models::ErrorResponse
- Includes:
- MsRestAzure
- Defined in:
- lib/2017-02-27-preview/generated/azure_mgmt_billing/models/error_response.rb
Overview
Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
Instance Attribute Summary collapse
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ErrorResponse class as Ruby Hash.
Instance Attribute Details
#error ⇒ ErrorDetails
17 18 19 |
# File 'lib/2017-02-27-preview/generated/azure_mgmt_billing/models/error_response.rb', line 17 def error @error end |
Class Method Details
.mapper ⇒ Object
Mapper for ErrorResponse class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/2017-02-27-preview/generated/azure_mgmt_billing/models/error_response.rb', line 24 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: 'ErrorDetails' } } } } } end |