import { ResErrorType } from "@shapediver/sdk.geometry-api-sdk-v2"; import { ShapeDiverViewerError } from "./ShapeDiverError"; export declare class ShapeDiverGeometryBackendRequestError extends ShapeDiverViewerError { constructor(message: string); } export declare class ShapeDiverGeometryBackendResponseError extends ShapeDiverViewerError { readonly status: number; readonly geometryBackendErrorType: ResErrorType; readonly desc: string; constructor(message: string, status: number, geometryBackendErrorType: ResErrorType, desc: string); } export declare class ShapeDiverGeometryBackendError extends ShapeDiverViewerError { constructor(message: string); } //# sourceMappingURL=ShapeDiverBackendErrors.d.ts.map