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