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