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

StorageVectorsApiError

import { StorageVectorsApiError } from "https://esm.sh/@supabase/storage-js@2.95.3/dist/index.d.mts";
deprecated
@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,
);
}

§Extends

§
StorageApiError
[src]

§Constructors

§
new StorageVectorsApiError(message: string, status: number, statusCode: string)
[src]