Class: DatadogAPIClient::V1::SyntheticsBrowserError

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#descriptionObject

Description of the error.



29
30
31
# File 'lib/datadog_api_client/v1/models/synthetics_browser_error.rb', line 29

def description
  @description
end

#nameObject

Name of the error.



32
33
34
# File 'lib/datadog_api_client/v1/models/synthetics_browser_error.rb', line 32

def name
  @name
end

#statusObject

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

#typeObject

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