Sha256: 35fcb258b6e5c854079e0150d20c0f31f8d2faed309181885407081d7bfaba90

Contents?: true

Size: 596 Bytes

Versions: 4

Compression:

Stored size: 596 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsBrowserError

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **description** | **String** | Description of the error. |  |
| **name** | **String** | Name of the error. |  |
| **status_code** | **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_code: null,
  type: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datadog_api_client-1.1.0 docs/v1/SyntheticsBrowserError.md
datadog_api_client-1.0.0 docs/v1/SyntheticsBrowserError.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsBrowserError.md
datadog_api_client-1.0.0.beta.2 docs/v1/SyntheticsBrowserError.md