View Source FLHook.CodecError exception (FLHook Client v2.0.0)
An error indicating that decoding or encoding did not work.
Link to this section Summary
Link to this section Types
@type t() :: %FLHook.CodecError{ __exception__: true, codec: FLHook.Codec.codec(), direction: :decode | :encode, value: binary() }