View Source Mobius.Exports.MBFParseError exception (mobius v0.6.1)

Use when there is an error parsing a Mobius Binary Format (MBF) binary

Summary

Types

@type t() :: %Mobius.Exports.MBFParseError{
  __exception__: true,
  error: atom(),
  message: binary()
}