isStorageVectorsError
import { isStorageVectorsError } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";Type guard to check if an error is a StorageVectorsError
§
isStorageVectorsError(error: unknown): error is StorageVectorsError
[src]§Return Type
§
error is StorageVectorsError
[src]True if the error is a StorageVectorsError