View Source Nostrum.StateMachineTranslator (Nostrum v0.9.0-alpha2)

Translate error reports for :gen_statem modules in Elixir.

By default, Elixir will ignore these messages altogether, see this ElixirForum post. A possible workaround seems to be using the gen_state_machine library, but pulling in a library purely to have error reporting for something built-in to OTP seems pretty strange to me.

Link to this section Summary

Link to this section Functions

Link to this function

translate(min_level, arg2, arg3, arg4)

View Source (since 0.9.0)