GLib.ConvertError
Error codes returned by character set conversion routines.
- ConvertError.NO_CONVERSION
Conversion between the requested character sets is not supported.
- ConvertError.ILLEGAL_SEQUENCE
Invalid byte sequence in conversion input.
- ConvertError.FAILED
Conversion failed for some reason.
- ConvertError.PARTIAL_INPUT
Partial character sequence at end of input.
- ConvertError.BAD_URI
URI is invalid.
- ConvertError.NOT_ABSOLUTE_PATH
Pathname is not an absolute path.
- ConvertError.NO_MEMORY
No memory available. Since: 2.40