GConvertError

Error codes returned by character set conversion routines.

Values

ValueMeaning
NoConversion0

Conversion between the requested character sets is not supported.

IllegalSequence1

Invalid byte sequence in conversion input; or the character sequence could not be represented in the target character set.

Failed2

Conversion failed for some reason.

PartialInput3

Partial character sequence at end of input.

BadUri4

URI is invalid.

NotAbsolutePath5

Pathname is not an absolute path.

NoMemory6

No memory available. Since: 2.40

EmbeddedNul7

An embedded NUL character is present in conversion output where a NUL-terminated string is expected. Since: 2.56