<%GLibConvertError>
<%GLibConvertError>
Description
Error codes returned by character set conversion routines.
Members
no-conversion
Conversion between the requested character
sets is not supported.
illegal-sequence
Invalid byte sequence in conversion input;
or the character sequence could not be represented in the target
character set.
failed
Conversion failed for some reason.
partial-input
Partial character sequence at end of input.
not-absolute-path
Pathname is not an absolute path.
no-memory
No memory available. Since: 2.40
embedded-nul
An embedded NUL character is present in
conversion output where a NUL-terminated string is expected.
Since: 2.56