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
If a decoded byte sequence contains unexpected tag, a CborDecodingException with a message like Expected start of array, but found 40 will be thrown. Such messages could be improved to provide human readable tag names in addition to their numeric values, as well as some suggestions on how to avoid an issue.