Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

function isStorageVectorsError(error: unknown): error is StorageVectorsError;
§
isStorageVectorsError(error: unknown): error is StorageVectorsError
[src]

§Parameters

§
error: unknown
[src]
  • The error to check

§Return Type

§

True if the error is a StorageVectorsError