import * as z from "zod/v3"; import { LoqateError } from "./loqateerror.js"; /** * InternalServerError */ export type LocationServicesMappingGetUrlInternalServerErrorErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * InternalServerError */ export declare class LocationServicesMappingGetUrlInternalServerErrorErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesMappingGetUrlInternalServerErrorErrorResponseSelfContainedData; constructor(err: LocationServicesMappingGetUrlInternalServerErrorErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type LocationServicesMappingGetUrlForbiddenErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * Forbidden */ export declare class LocationServicesMappingGetUrlForbiddenErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesMappingGetUrlForbiddenErrorResponseSelfContainedData; constructor(err: LocationServicesMappingGetUrlForbiddenErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type LocationServicesMappingGetUrlUnauthorizedErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * Unauthorized */ export declare class LocationServicesMappingGetUrlUnauthorizedErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesMappingGetUrlUnauthorizedErrorResponseSelfContainedData; constructor(err: LocationServicesMappingGetUrlUnauthorizedErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * BadRequest */ export type LocationServicesMappingGetUrlBadRequestErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * BadRequest */ export declare class LocationServicesMappingGetUrlBadRequestErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesMappingGetUrlBadRequestErrorResponseSelfContainedData; constructor(err: LocationServicesMappingGetUrlBadRequestErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const LocationServicesMappingGetUrlInternalServerErrorErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesMappingGetUrlForbiddenErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesMappingGetUrlUnauthorizedErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesMappingGetUrlBadRequestErrorResponseSelfContained$inboundSchema: z.ZodType; //# sourceMappingURL=locationservicesmappinggeturl.d.ts.map