Enumeration of errors related to decoding UTF-8 sequences.
The correctly decoded character is invalid.
Overlong sequence (must be encoded with fewer bytes.)
Missing trail byte.
The sequence is longer than 4 bytes.
See Implementation
Enumeration of errors related to decoding UTF-8 sequences.