StorageApiError
import { StorageApiError } from "https://esm.sh/@supabase/storage-js@2.95.3/dist/index.d.mts";API error returned from Storage service Includes HTTP status code and service-specific error code
class StorageApiError extends StorageError { }
status: number;
statusCode: string;
toJSON(): {
name: string;
message: string;
status: number;
statusCode: string;
};