import * as z from "zod/v3"; import { LoqateError } from "./loqateerror.js"; /** * InternalServerError */ export type CleansingInternationalBatchInternalServerErrorErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * InternalServerError */ export declare class CleansingInternationalBatchInternalServerErrorErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: CleansingInternationalBatchInternalServerErrorErrorResponseSelfContainedData; constructor(err: CleansingInternationalBatchInternalServerErrorErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type CleansingInternationalBatchForbiddenErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * Forbidden */ export declare class CleansingInternationalBatchForbiddenErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: CleansingInternationalBatchForbiddenErrorResponseSelfContainedData; constructor(err: CleansingInternationalBatchForbiddenErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type CleansingInternationalBatchUnauthorizedErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * Unauthorized */ export declare class CleansingInternationalBatchUnauthorizedErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: CleansingInternationalBatchUnauthorizedErrorResponseSelfContainedData; constructor(err: CleansingInternationalBatchUnauthorizedErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * BadRequest */ export type CleansingInternationalBatchBadRequestErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * BadRequest */ export declare class CleansingInternationalBatchBadRequestErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: CleansingInternationalBatchBadRequestErrorResponseSelfContainedData; constructor(err: CleansingInternationalBatchBadRequestErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const CleansingInternationalBatchInternalServerErrorErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const CleansingInternationalBatchForbiddenErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const CleansingInternationalBatchUnauthorizedErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const CleansingInternationalBatchBadRequestErrorResponseSelfContained$inboundSchema: z.ZodType; //# sourceMappingURL=cleansinginternationalbatch.d.ts.map