StorageVectorsUnknownError
import { StorageVectorsUnknownError } from "https://esm.sh/@supabase/[email protected]/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);