# <a id="bitdrift.public.unary.admin.v1.TestAlertNotificationResponse"></a>TestAlertNotificationResponse

**Source definition:** [`src/bitdrift/public/unary/admin/v1/notifications.proto#L199-L202`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/admin/v1/notifications.proto#L199-L202>)

Returns any errors encountered while sending a test alert notification.

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| errors | <span class="proto-type proto-type-primitive">array of string</span> | Errors encountered while attempting to send the test alert. |

</section>
<p class="h4">Example</p>
```json
{
  "errors": [
    "PagerDuty returned an authentication error"
  ]
}
```

