View Source FLHook.CodecError exception (FLHook Client v1.0.0)

An error indicating that decoding or encoding did not work.

Link to this section Summary

Link to this section Types

Specs

t() :: %FLHook.CodecError{
  __exception__: true,
  codec: FLHook.Codec.codec(),
  direction: :decode | :encode,
  value: binary()
}