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