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

StorageVectorsUnknownError

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

Unknown error that doesn't match expected error patterns Wraps the original error for debugging

class StorageVectorsUnknownError extends StorageVectorsError {
constructor(message: string, originalError: unknown);
originalError: unknown;
}

§Extends

§
StorageVectorsError
[src]

§Constructors

§
new StorageVectorsUnknownError(message: string, originalError: unknown)
[src]

§Properties

§
originalError: unknown
[src]