Home > @vsf-enterprise/bigcommerce-api > GetChannelNotFoundError
# GetChannelNotFoundError interface
A Channel with the provided ID was not found.
Signature:
export interface GetChannelNotFoundError
# Properties
| Property | Type | Description |
|---|---|---|
| errors | Record<string, any> | Provides more details to errors. |
| status | number | The HTTP status code. |
| title | string | The error title describing the particular error. |
| type | string | Link to a list of BigCommerce API status codes. |