import * as z from "zod/v3"; import { WistiaError } from "./wistiaerror.js"; /** * Internal server error */ export type GetChannelsChannelHashedIdChannelEpisodesChannelEpisodeIdInternalServerErrorData = { error?: string | undefined; }; /** * Internal server error */ export declare class GetChannelsChannelHashedIdChannelEpisodesChannelEpisodeIdInternalServerError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: GetChannelsChannelHashedIdChannelEpisodesChannelEpisodeIdInternalServerErrorData; constructor(err: GetChannelsChannelHashedIdChannelEpisodesChannelEpisodeIdInternalServerErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized, invalid or missing token */ export type GetChannelsChannelHashedIdChannelEpisodesChannelEpisodeIdUnauthorizedErrorData = { error?: string | undefined; }; /** * Unauthorized, invalid or missing token */ export declare class GetChannelsChannelHashedIdChannelEpisodesChannelEpisodeIdUnauthorizedError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: GetChannelsChannelHashedIdChannelEpisodesChannelEpisodeIdUnauthorizedErrorData; constructor(err: GetChannelsChannelHashedIdChannelEpisodesChannelEpisodeIdUnauthorizedErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const GetChannelsChannelHashedIdChannelEpisodesChannelEpisodeIdInternalServerError$inboundSchema: z.ZodType; /** @internal */ export declare const GetChannelsChannelHashedIdChannelEpisodesChannelEpisodeIdUnauthorizedError$inboundSchema: z.ZodType; //# sourceMappingURL=getchannelschannelhashedidchannelepisodeschannelepisodeid.d.ts.map