import * as z from "zod/v3"; import { LoqateError } from "./loqateerror.js"; /** * InternalServerError */ export type LocationServicesGeocodingGlobalInternalServerErrorErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * InternalServerError */ export declare class LocationServicesGeocodingGlobalInternalServerErrorErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesGeocodingGlobalInternalServerErrorErrorResponseSelfContainedData; constructor(err: LocationServicesGeocodingGlobalInternalServerErrorErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type LocationServicesGeocodingGlobalForbiddenErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * Forbidden */ export declare class LocationServicesGeocodingGlobalForbiddenErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesGeocodingGlobalForbiddenErrorResponseSelfContainedData; constructor(err: LocationServicesGeocodingGlobalForbiddenErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type LocationServicesGeocodingGlobalUnauthorizedErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * Unauthorized */ export declare class LocationServicesGeocodingGlobalUnauthorizedErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesGeocodingGlobalUnauthorizedErrorResponseSelfContainedData; constructor(err: LocationServicesGeocodingGlobalUnauthorizedErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * BadRequest */ export type LocationServicesGeocodingGlobalBadRequestErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * BadRequest */ export declare class LocationServicesGeocodingGlobalBadRequestErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesGeocodingGlobalBadRequestErrorResponseSelfContainedData; constructor(err: LocationServicesGeocodingGlobalBadRequestErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const LocationServicesGeocodingGlobalInternalServerErrorErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesGeocodingGlobalForbiddenErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesGeocodingGlobalUnauthorizedErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesGeocodingGlobalBadRequestErrorResponseSelfContained$inboundSchema: z.ZodType; //# sourceMappingURL=locationservicesgeocodingglobal.d.ts.map