Class: DatadogAPIClient::V1::SyntheticsBrowserError
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsBrowserError
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_browser_error.rb
Overview
Error response object for a browser test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
readonly
Description of the error.
-
#name ⇒ Object
readonly
Name of the error.
-
#status ⇒ Object
Status Code of the error.
-
#type ⇒ Object
readonly
Error type returned by a browser test.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_error.rb', line 36 def additional_properties @additional_properties end |
#description ⇒ Object
Description of the error.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_error.rb', line 25 def description @description end |
#name ⇒ Object
Name of the error.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_error.rb', line 28 def name @name end |
#status ⇒ Object
Status Code of the error.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_error.rb', line 31 def status @status end |
#type ⇒ Object
Error type returned by a browser test.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_error.rb', line 34 def type @type end |