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

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

Returns any errors encountered while sending a test notification group message.

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| errors | <span class="proto-type proto-type-primitive">array of string</span> | The list of errors that occurred while sending the test notification. |

</section>
<p class="h4">Example</p>
```json
{
  "errors": [
    "Slack channel not found"
  ]
}
```

