Class: DatadogAPIClient::V1::SLOHistoryResponseErrorWithType
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOHistoryResponseErrorWithType
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#error_message ⇒ Object
readonly
A message with more details about the error.
-
#error_type ⇒ Object
readonly
Type of the error.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_message ⇒ Object
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 end |
#error_type ⇒ Object
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 |