ConvertError
Description:
[ CCode ( has_type_id = false ) ]
public errordomain ConvertError
Error codes returned by character set conversion routines.
Content:
Error codes:
- BAD_URI - URI is invalid.
- EMBEDDED_NUL - An embedded NUL
character is present in conversion output where a NUL-terminated string is expected.
- FAILED - Conversion failed for some
reason.
- ILLEGAL_SEQUENCE - Invalid
byte sequence in conversion input; or the character sequence could not be represented in the target character set.
- NOT_ABSOLUTE_PATH -
Pathname is not an absolute path.
- NO_CONVERSION - Conversion
between the requested character sets is not supported.
- NO_MEMORY - No memory available.
- PARTIAL_INPUT - Partial
character sequence at end of input.
Static methods: