import * as z from "zod/v3"; import { LoqateError } from "./loqateerror.js"; /** * InternalServerError */ export type LocationServicesLocationManagementCreateListInternalServerErrorErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * InternalServerError */ export declare class LocationServicesLocationManagementCreateListInternalServerErrorErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesLocationManagementCreateListInternalServerErrorErrorResponseSelfContainedData; constructor(err: LocationServicesLocationManagementCreateListInternalServerErrorErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type LocationServicesLocationManagementCreateListForbiddenErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * Forbidden */ export declare class LocationServicesLocationManagementCreateListForbiddenErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesLocationManagementCreateListForbiddenErrorResponseSelfContainedData; constructor(err: LocationServicesLocationManagementCreateListForbiddenErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type LocationServicesLocationManagementCreateListUnauthorizedErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * Unauthorized */ export declare class LocationServicesLocationManagementCreateListUnauthorizedErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesLocationManagementCreateListUnauthorizedErrorResponseSelfContainedData; constructor(err: LocationServicesLocationManagementCreateListUnauthorizedErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * BadRequest */ export type LocationServicesLocationManagementCreateListBadRequestErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * BadRequest */ export declare class LocationServicesLocationManagementCreateListBadRequestErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesLocationManagementCreateListBadRequestErrorResponseSelfContainedData; constructor(err: LocationServicesLocationManagementCreateListBadRequestErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const LocationServicesLocationManagementCreateListInternalServerErrorErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesLocationManagementCreateListForbiddenErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesLocationManagementCreateListUnauthorizedErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesLocationManagementCreateListBadRequestErrorResponseSelfContained$inboundSchema: z.ZodType; //# sourceMappingURL=locationserviceslocationmanagementcreatelist.d.ts.map