StorageError
import { StorageError } from "https://esm.sh/@supabase/storage-js@2.104.1/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;
toJSON(): {
name: string;
message: string;
status: number | undefined;
statusCode: string | undefined;
};