Sha256: 1396e068fdf30c6b74e9398bdb62917ca7a974176d570f1b4a8616a5d2a664d5
Contents?: true
Size: 586 Bytes
Versions: 2
Compression:
Stored size: 586 Bytes
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: , name: , status: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.3.0 | docs/v1/SyntheticsBrowserError.md |
datadog_api_client-1.2.0 | docs/v1/SyntheticsBrowserError.md |