You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an invalid binary message is passed to the decoder, at least three different errors are thrown by the library (depending of the message):
MatchError
FunctionClauseError
CaseClauseError
They all leak internal details of the library and should be catch by the lib. Only one error should be necessary, specific to the lib, for example "DecodeError".
The text was updated successfully, but these errors were encountered:
When an invalid binary message is passed to the decoder, at least three different errors are thrown by the library (depending of the message):
They all leak internal details of the library and should be catch by the lib. Only one error should be necessary, specific to the lib, for example "DecodeError".
The text was updated successfully, but these errors were encountered: