Class: DatadogAPIClient::V1::SLOHistoryResponseErrorWithType

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/slo_history_response_error_with_type.rb

Overview

An object describing the error with error type and error message.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v1/models/slo_history_response_error_with_type.rb', line 30

def additional_properties
  @additional_properties
end

#error_messageObject

A message with more details about the error.



25
26
27
# File 'lib/datadog_api_client/v1/models/slo_history_response_error_with_type.rb', line 25

def error_message
  @error_message
end

#error_typeObject

Type of the error.



28
29
30
# File 'lib/datadog_api_client/v1/models/slo_history_response_error_with_type.rb', line 28

def error_type
  @error_type
end