Sha256: d657fd84e289db4608c235612eec09fb2e21e579b264e2db10a17fbbc2ecbfae
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
# DatadogAPIClient::V1::SyntheticsBrowserError ## Properties | Name | Type | Description | Notes | | --------------- | --------------------------------------------------------------- | ------------------------- | ---------- | | **description** | **String** | Description of the error. | | | **name** | **String** | Name of the error. | | | **status** | **Integer** | Status Code of the error. | [optional] | | **type** | [**SyntheticsBrowserErrorType**](SyntheticsBrowserErrorType.md) | | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsBrowserError.new( description: Example error message, name: Failed test, status: 500, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsBrowserError.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsBrowserError.md |