I truly searched but could not find a way of turning the returncode
in the following query into a description.

select timestamp#, userid, spare1, action#, b.name, returncode
from sys.aud$ a, sys.audit_actions b
where a.action# = b.action
order by 1 desc

Where do I lookup the returncode meaning?

Thanks!