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
Hi,
I was just wondering - is it intended that BadEncodingError is thrown in the BinaryDecoder?
The BadEncodingLimitsSucceeded to me seemed intuitive but the BadEncodingError to me seemed like they maybe should be BadDecodingError but I didn't go through this knowing all the implementation details - so this might also be intended (?)
Expected Behavior
Only BadDecodingError and BadEncodingLimitsSucceeded in the BinaryDecoder
Steps To Reproduce
try to decode the byte array (it is an encrypted message, so it's fine that an exception is thrown - I was just wondering) :
Type of issue
Current Behavior
Hi,
I was just wondering - is it intended that BadEncodingError is thrown in the BinaryDecoder?
The BadEncodingLimitsSucceeded to me seemed intuitive but the BadEncodingError to me seemed like they maybe should be BadDecodingError but I didn't go through this knowing all the implementation details - so this might also be intended (?)
Expected Behavior
Only BadDecodingError and BadEncodingLimitsSucceeded in the BinaryDecoder
Steps To Reproduce
try to decode the byte array (it is an encrypted message, so it's fine that an exception is thrown - I was just wondering) :
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: