Msgpack.UnsupportedAtomError exception (msgpack_elixir v1.0.2)
Error raised by Msgpack.encode!/2
when an atom is encountered and the
:atoms
option is set to :error
.
This provides a strategy for ensuring that atoms, an Elixir-specific type, are not unintentionally leaked into a serialization format intended for cross-language interoperability.