Module: GLib::ConvertError

Defined in:
(unknown)

Constant Summary collapse

NO_CONVERSION =

Conversion between the requested character

sets is not supported.
0 or :no_conversion
ILLEGAL_SEQUENCE =

Invalid byte sequence in conversion input;

or the character sequence could not be represented in the target
character set.
1 or :illegal_sequence
FAILED =

Conversion failed for some reason.

2 or :failed
PARTIAL_INPUT =

Partial character sequence at end of input.

3 or :partial_input
BAD_URI =

URI is invalid.

4 or :bad_uri
NOT_ABSOLUTE_PATH =

Pathname is not an absolute path.

5 or :not_absolute_path
NO_MEMORY =

No memory available. Since: 2.40

6 or :no_memory
EMBEDDED_NUL =

An embedded NUL character is present in

conversion output where a NUL-terminated string is expected.
Since: 2.56
7 or :embedded_nul