class Azure::OperationalInsights::Mgmt::V2020_03_01_preview::Models::ClusterErrorResponse

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

Attributes

error[RW]

@return [ErrorResponse] The details of the error.

Public Class Methods

mapper() click to toggle source

Mapper for ClusterErrorResponse class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2020-03-01-preview/generated/azure_mgmt_operational_insights/models/cluster_error_response.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ClusterErrorResponse',
    type: {
      name: 'Composite',
      class_name: 'ClusterErrorResponse',
      model_properties: {
        error: {
          client_side_validation: true,
          required: false,
          serialized_name: 'error',
          type: {
            name: 'Composite',
            class_name: 'ErrorResponse'
          }
        }
      }
    }
  }
end