Module encode_unicode::error [−][src]
Errors returned by various conversion methods in this crate.
Structs
| EmptyStrError | Cannot create an |
| InvalidUtf16FirstUnit | Cannot tell whether an |
Enums
| FromStrError | Reasons why |
| InvalidCodepoint | Reasons why an |
| InvalidUtf8 | Reasons why a byte sequence is not valid UTF-8, excluding invalid codepoint. In sinking precedence. |
| InvalidUtf8Array | Reasons why a byte array is not valid UTF-8, in sinking precedence. |
| InvalidUtf8FirstByte | Reasons why a byte is not the start of a UTF-8 codepoint. |
| InvalidUtf8Slice | Reasons why a byte slice is not valid UTF-8, in sinking precedence. |
| InvalidUtf16Array | Reasons why a |
| InvalidUtf16Slice | Reasons why a slice of |
| InvalidUtf16Tuple | Reasons why one or two |
| Utf16PairError | Types of invalid sequences encountered by |