StorageVectorsUnknownError
import { StorageVectorsUnknownError } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";Unknown error that doesn't match expected error patterns Wraps the original error for debugging
class StorageVectorsUnknownError extends StorageVectorsError {}
constructor(message: string, originalError: unknown);
originalError: unknown;