import * as z from "zod/v3"; import { WistiaError } from "./wistiaerror.js"; /** * Analytics service is temporarily unavailable */ export type GetAnalyticsWebinarsWebinarIdHistogramsServiceUnavailableErrorData = { error?: string | undefined; }; /** * Analytics service is temporarily unavailable */ export declare class GetAnalyticsWebinarsWebinarIdHistogramsServiceUnavailableError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: GetAnalyticsWebinarsWebinarIdHistogramsServiceUnavailableErrorData; constructor(err: GetAnalyticsWebinarsWebinarIdHistogramsServiceUnavailableErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Internal server error */ export type GetAnalyticsWebinarsWebinarIdHistogramsInternalServerErrorData = { error?: string | undefined; }; /** * Internal server error */ export declare class GetAnalyticsWebinarsWebinarIdHistogramsInternalServerError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: GetAnalyticsWebinarsWebinarIdHistogramsInternalServerErrorData; constructor(err: GetAnalyticsWebinarsWebinarIdHistogramsInternalServerErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * The event has not yet reached a terminal state. Analytics are only available after the event has ended. */ export type GetAnalyticsWebinarsWebinarIdHistogramsConflictErrorData = { /** * Error message indicating the event has not ended. */ error?: string | undefined; }; /** * The event has not yet reached a terminal state. Analytics are only available after the event has ended. */ export declare class GetAnalyticsWebinarsWebinarIdHistogramsConflictError extends WistiaError { /** * Error message indicating the event has not ended. */ error?: string | undefined; /** The original data that was passed to this error instance. */ data$: GetAnalyticsWebinarsWebinarIdHistogramsConflictErrorData; constructor(err: GetAnalyticsWebinarsWebinarIdHistogramsConflictErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden, token is valid but account does not have access to feature */ export type GetAnalyticsWebinarsWebinarIdHistogramsForbiddenErrorData = { error?: string | undefined; }; /** * Forbidden, token is valid but account does not have access to feature */ export declare class GetAnalyticsWebinarsWebinarIdHistogramsForbiddenError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: GetAnalyticsWebinarsWebinarIdHistogramsForbiddenErrorData; constructor(err: GetAnalyticsWebinarsWebinarIdHistogramsForbiddenErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized, invalid or missing token */ export type GetAnalyticsWebinarsWebinarIdHistogramsUnauthorizedErrorData = { error?: string | undefined; }; /** * Unauthorized, invalid or missing token */ export declare class GetAnalyticsWebinarsWebinarIdHistogramsUnauthorizedError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: GetAnalyticsWebinarsWebinarIdHistogramsUnauthorizedErrorData; constructor(err: GetAnalyticsWebinarsWebinarIdHistogramsUnauthorizedErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const GetAnalyticsWebinarsWebinarIdHistogramsServiceUnavailableError$inboundSchema: z.ZodType; /** @internal */ export declare const GetAnalyticsWebinarsWebinarIdHistogramsInternalServerError$inboundSchema: z.ZodType; /** @internal */ export declare const GetAnalyticsWebinarsWebinarIdHistogramsConflictError$inboundSchema: z.ZodType; /** @internal */ export declare const GetAnalyticsWebinarsWebinarIdHistogramsForbiddenError$inboundSchema: z.ZodType; /** @internal */ export declare const GetAnalyticsWebinarsWebinarIdHistogramsUnauthorizedError$inboundSchema: z.ZodType; //# sourceMappingURL=getanalyticswebinarswebinaridhistograms.d.ts.map