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