Class: DatadogAPIClient::V2::SyntheticsTestResultBrowserError

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#descriptionObject

Error description.



25
26
27
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb', line 25

def description
  @description
end

#methodObject

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

#nameObject

Error name.



31
32
33
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb', line 31

def name
  @name
end

#statusObject

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

#typeObject

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

#urlObject

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