Module: GLib::ErrorType

Defined in:
(unknown)

Constant Summary collapse

UNKNOWN =

unknown error

0 or :unknown
UNEXP_EOF =

unexpected end of file

1 or :unexp_eof
UNEXP_EOF_IN_STRING =

unterminated string constant

2 or :unexp_eof_in_string
UNEXP_EOF_IN_COMMENT =

unterminated comment

3 or :unexp_eof_in_comment
NON_DIGIT_IN_CONST =

non-digit character in a number

4 or :non_digit_in_const
DIGIT_RADIX =

digit beyond radix in a number

5 or :digit_radix
FLOAT_RADIX =

non-decimal floating point number

6 or :float_radix
FLOAT_MALFORMED =

malformed floating point number

7 or :float_malformed