Get failure type

Hi,

I’m developing an app for a px4 autopilot and I want to be able to inform the user which type of failure exists if there’s one. I’ve tried to get it from HIGH_LATENCY2 msg using pymalink, but I’m not able to read it.

I’m actually using the sitl simulation.

Any ideas of how to be able to get the failure reason?

Thank you!