import * as z from "zod/v3"; import { LoqateError } from "./loqateerror.js"; /** * InternalServerError */ export type LocationServicesLocationManagementGetListsInternalServerErrorErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * InternalServerError */ export declare class LocationServicesLocationManagementGetListsInternalServerErrorErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesLocationManagementGetListsInternalServerErrorErrorResponseSelfContainedData; constructor(err: LocationServicesLocationManagementGetListsInternalServerErrorErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * NotFound */ export type NotFoundErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * NotFound */ export declare class NotFoundErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: NotFoundErrorResponseSelfContainedData; constructor(err: NotFoundErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type LocationServicesLocationManagementGetListsForbiddenErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * Forbidden */ export declare class LocationServicesLocationManagementGetListsForbiddenErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesLocationManagementGetListsForbiddenErrorResponseSelfContainedData; constructor(err: LocationServicesLocationManagementGetListsForbiddenErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type LocationServicesLocationManagementGetListsUnauthorizedErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * Unauthorized */ export declare class LocationServicesLocationManagementGetListsUnauthorizedErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesLocationManagementGetListsUnauthorizedErrorResponseSelfContainedData; constructor(err: LocationServicesLocationManagementGetListsUnauthorizedErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** * BadRequest */ export type LocationServicesLocationManagementGetListsBadRequestErrorResponseSelfContainedData = { number?: number | undefined; description?: string | undefined; cause?: string | undefined; resolution?: string | undefined; }; /** * BadRequest */ export declare class LocationServicesLocationManagementGetListsBadRequestErrorResponseSelfContained extends LoqateError { number?: number | undefined; description?: string | undefined; resolution?: string | undefined; /** The original data that was passed to this error instance. */ data$: LocationServicesLocationManagementGetListsBadRequestErrorResponseSelfContainedData; constructor(err: LocationServicesLocationManagementGetListsBadRequestErrorResponseSelfContainedData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const LocationServicesLocationManagementGetListsInternalServerErrorErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const NotFoundErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesLocationManagementGetListsForbiddenErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesLocationManagementGetListsUnauthorizedErrorResponseSelfContained$inboundSchema: z.ZodType; /** @internal */ export declare const LocationServicesLocationManagementGetListsBadRequestErrorResponseSelfContained$inboundSchema: z.ZodType; //# sourceMappingURL=locationserviceslocationmanagementgetlists.d.ts.map