enum
GLib::ErrorType
Overview
The possible errors, used in the v_error field of #GTokenValue, when the token is a %G_TOKEN_ERROR.
Defined in:
lib/gi-crystal/src/auto/g_lib-2.0/g_lib.crEnum Members
-
Unknown =
0_u32
-
unknown error
-
UnexpEof =
1_u32
-
unexpected end of file
-
UnexpEofInString =
2_u32
-
unterminated string constant
-
UnexpEofInComment =
3_u32
-
unterminated comment
-
NonDigitInConst =
4_u32
-
non-digit character in a number
-
DigitRadix =
5_u32
-
digit beyond radix in a number
-
FloatRadix =
6_u32
-
non-decimal floating point number
-
FloatMalformed =
7_u32
-
malformed floating point number
Instance Method Summary
-
#digit_radix?
Returns
true
if this enum value equalsDigitRadix
-
#float_malformed?
Returns
true
if this enum value equalsFloatMalformed
-
#float_radix?
Returns
true
if this enum value equalsFloatRadix
-
#non_digit_in_const?
Returns
true
if this enum value equalsNonDigitInConst
-
#unexp_eof?
Returns
true
if this enum value equalsUnexpEof
-
#unexp_eof_in_comment?
Returns
true
if this enum value equalsUnexpEofInComment
-
#unexp_eof_in_string?
Returns
true
if this enum value equalsUnexpEofInString
-
#unknown?
Returns
true
if this enum value equalsUnknown