Set ‘(setq *alpm-verbose* T)’ to get one message per action
(definition found, file loaded, …).
ALPM signals failures with the standard ‘error’ function, message
prefixed ‘ALPM: …’ and naming the system, file, and phase. It
never calls ‘exit’, so you handle its errors like any AutoLISP
error — let them reach your ‘*error*’ handler, or catch them: