# 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 ) ```