StorageVectorsUnknownError
import { StorageVectorsUnknownError } from "https://esm.sh/@supabase/storage-js@2.95.3/dist/index.d.mts";@deprecated
Use StorageUnknownError with namespace='vectors' instead Alias for backward compatibility with existing vector storage code
class StorageVectorsUnknownError extends StorageUnknownError {}
constructor(message: string, originalError: unknown);