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

StorageVectorsError

import { StorageVectorsError } from "https://esm.sh/@supabase/storage-js@2.95.3/dist/index.d.mts";
deprecated
@deprecated

Use StorageError with namespace='vectors' instead Alias for backward compatibility with existing vector storage code

class StorageVectorsError extends StorageError {
constructor(message: string);
}

§Extends

§
StorageError
[src]

§Constructors

§
new StorageVectorsError(message: string)
[src]