GLib.ConvertError (original) (raw)
Enumeration
GLibConvertError
Declaration
error-domain GLib.ConvertError
Description [src]
Error codes returned by character set conversion routines.
Members
Conversion between the requested character sets is not supported.
- Value:
0
- Available since: 2.0
G_CONVERT_ERROR_ILLEGAL_SEQUENCE
Invalid byte sequence in conversion input; or the character sequence could not be represented in the target character set.
- Value:
1
- Available since: 2.0
Conversion failed for some reason.
- Value:
2
- Available since: 2.0
Partial character sequence at end of input.
- Value:
3
- Available since: 2.0
URI is invalid.
- Value:
4
- Available since: 2.0
G_CONVERT_ERROR_NOT_ABSOLUTE_PATH
Pathname is not an absolute path.
- Value:
5
- Available since: 2.0
No memory available. Since: 2.40.
- Value:
6
- Available since: 2.0
An embedded NUL character is present in conversion output where a NUL-terminated string is expected. Since: 2.56.
- Value:
7
- Available since: 2.0