import * as z from "zod/v3"; import { WistiaError } from "./wistiaerror.js"; /** * Internal server error */ export type GetMediaExtendedAudioDescriptionsOrderStatusIdInternalServerErrorData = { error?: string | undefined; }; /** * Internal server error */ export declare class GetMediaExtendedAudioDescriptionsOrderStatusIdInternalServerError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: GetMediaExtendedAudioDescriptionsOrderStatusIdInternalServerErrorData; constructor(err: GetMediaExtendedAudioDescriptionsOrderStatusIdInternalServerErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Resource not found */ export type GetMediaExtendedAudioDescriptionsOrderStatusIdNotFoundErrorData = { error?: string | undefined; }; /** * Resource not found */ export declare class GetMediaExtendedAudioDescriptionsOrderStatusIdNotFoundError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: GetMediaExtendedAudioDescriptionsOrderStatusIdNotFoundErrorData; constructor(err: GetMediaExtendedAudioDescriptionsOrderStatusIdNotFoundErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden, token is valid but account does not have access to feature */ export type GetMediaExtendedAudioDescriptionsOrderStatusIdForbiddenErrorData = { error?: string | undefined; }; /** * Forbidden, token is valid but account does not have access to feature */ export declare class GetMediaExtendedAudioDescriptionsOrderStatusIdForbiddenError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: GetMediaExtendedAudioDescriptionsOrderStatusIdForbiddenErrorData; constructor(err: GetMediaExtendedAudioDescriptionsOrderStatusIdForbiddenErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized, invalid or missing token */ export type GetMediaExtendedAudioDescriptionsOrderStatusIdUnauthorizedErrorData = { error?: string | undefined; }; /** * Unauthorized, invalid or missing token */ export declare class GetMediaExtendedAudioDescriptionsOrderStatusIdUnauthorizedError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: GetMediaExtendedAudioDescriptionsOrderStatusIdUnauthorizedErrorData; constructor(err: GetMediaExtendedAudioDescriptionsOrderStatusIdUnauthorizedErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const GetMediaExtendedAudioDescriptionsOrderStatusIdInternalServerError$inboundSchema: z.ZodType; /** @internal */ export declare const GetMediaExtendedAudioDescriptionsOrderStatusIdNotFoundError$inboundSchema: z.ZodType; /** @internal */ export declare const GetMediaExtendedAudioDescriptionsOrderStatusIdForbiddenError$inboundSchema: z.ZodType; /** @internal */ export declare const GetMediaExtendedAudioDescriptionsOrderStatusIdUnauthorizedError$inboundSchema: z.ZodType; //# sourceMappingURL=getmediaextendedaudiodescriptionsorderstatusid.d.ts.map