Returns exception data (a map) if ex is an IExceptionInfo.
Otherwise returns nil.
Source
(defnex-data"Returns exception data (a map) if ex is an IExceptionInfo.
Otherwise returns nil."{:added"1.4"}[ex](when(instance?IExceptionInfoex)(.getData ^IExceptionInfo ex)))