StorageError
import { StorageError } from "https://esm.sh/@supabase/storage-js@2.103.0/dist/index.d.mts";Base error class for all Storage errors Supports both 'storage' and 'vectors' namespaces
class StorageError extends Error {}
protected __isStorageError: boolean;
status: number | undefined;
statusCode: string | undefined;