Alokai

GetChannelNotFoundError

A Channel with the provided ID was not found.

interface GetChannelNotFoundError {
	errors: Record<string, any>;
	status: number;
	title: string;
	type: string;
}

Properties

NameRequiredTypeDescription
errorsRequiredRecord<string, any>Provides more details to errors.
statusRequirednumberThe HTTP status code.
titleRequiredstringThe error title describing the particular error.
typeRequiredstringLink to a list of BigCommerce API status codes.

On this page