GetChannelNotFoundError
A Channel with the provided ID was not found.
interface GetChannelNotFoundError {
errors: Record<string, any>;
status: number;
title: string;
type: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
errors | Required | Record<string, any> | Provides more details to errors. |
status | Required | number | The HTTP status code. |
title | Required | string | The error title describing the particular error. |
type | Required | string | Link to a list of BigCommerce API status codes. |