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.