StorageError
import { StorageError } from "https://esm.sh/@supabase/storage-js@2.95.3/dist/index.d.mts";Base error class for all Storage errors Supports both 'storage' and 'vectors' namespaces
class StorageError extends Error {}
protected __isStorageError: boolean;
status?: number;
statusCode?: string;