export declare class DatabricksVolumeApiError extends Error { readonly statusCode: number; readonly errorCode: string | null; constructor(message: string, statusCode: number, errorCode?: string | null); } export declare function notFoundError(path: string): Error; export declare function notADirectoryError(path: string): Error; export declare function alreadyExistsError(path: string): Error; export declare function isADirectoryError(path: string): Error; export declare function notEmptyError(path: string): Error; export declare function isNotFound(exc: unknown): boolean; //# sourceMappingURL=errors.d.ts.map