Class: DatadogAPIClient::V2::SyntheticsTestResultBrowserError
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultBrowserError
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb
Overview
A browser error captured during a browser test step.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
Error description.
-
#method ⇒ Object
HTTP method associated with the error (for network errors).
-
#name ⇒ Object
Error name.
-
#status ⇒ Object
HTTP status code associated with the error (for network errors).
-
#type ⇒ Object
Type of the browser error.
-
#url ⇒ Object
URL associated with the error.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb', line 42 def additional_properties @additional_properties end |
#description ⇒ Object
Error description.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb', line 25 def description @description end |
#method ⇒ Object
HTTP method associated with the error (for network errors).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb', line 28 def method @method end |
#name ⇒ Object
Error name.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb', line 31 def name @name end |
#status ⇒ Object
HTTP status code associated with the error (for network errors).
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb', line 34 def status @status end |
#type ⇒ Object
Type of the browser error.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb', line 37 def type @type end |
#url ⇒ Object
URL associated with the error.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb', line 40 def url @url end |