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