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
-
#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
#description ⇒ Object
Description of the error.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_error.rb', line 29 def description @description end |
#name ⇒ Object
Name of the error.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_error.rb', line 32 def name @name end |
#status ⇒ Object
Status Code of the error.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_error.rb', line 35 def status @status end |
#type ⇒ Object
Error type returned by a browser test.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_error.rb', line 38 def type @type end |