Package ch.bailu.gtk.glib
Interface VariantParseError
public interface VariantParseError
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
a non-basic #GVariantType was given where a basic type was expectedstatic final int
cannot infer the #GVariantTypestatic final int
an indefinite #GVariantType was given where a definite type was expectedstatic final int
generic error (unused)static final int
extra data after parsing finishedstatic final int
invalid character in number or unicode escapestatic final int
not a valid #GVariant format stringstatic final int
not a valid object pathstatic final int
not a valid type signaturestatic final int
not a valid #GVariant type stringstatic final int
could not find a common type for array entriesstatic final int
the numerical value is out of range of the given typestatic final int
the numerical value is out of range for any typestatic final int
variant was too deeply nested; #GVariant is only guaranteed to handle nesting up to 64 levels (Since: 2.64)static final int
cannot parse as variant of the specified typestatic final int
an unexpected token was encounteredstatic final int
an unknown keyword was encounteredstatic final int
unterminated string constantstatic final int
no value given
-
Field Details
-
FAILED
static final int FAILEDgeneric error (unused)- See Also:
-
BASIC_TYPE_EXPECTED
static final int BASIC_TYPE_EXPECTEDa non-basic #GVariantType was given where a basic type was expected- See Also:
-
CANNOT_INFER_TYPE
static final int CANNOT_INFER_TYPEcannot infer the #GVariantType- See Also:
-
DEFINITE_TYPE_EXPECTED
static final int DEFINITE_TYPE_EXPECTEDan indefinite #GVariantType was given where a definite type was expected- See Also:
-
INPUT_NOT_AT_END
static final int INPUT_NOT_AT_ENDextra data after parsing finished- See Also:
-
INVALID_CHARACTER
static final int INVALID_CHARACTERinvalid character in number or unicode escape- See Also:
-
INVALID_FORMAT_STRING
static final int INVALID_FORMAT_STRINGnot a valid #GVariant format string- See Also:
-
INVALID_OBJECT_PATH
static final int INVALID_OBJECT_PATHnot a valid object path- See Also:
-
INVALID_SIGNATURE
static final int INVALID_SIGNATUREnot a valid type signature- See Also:
-
INVALID_TYPE_STRING
static final int INVALID_TYPE_STRINGnot a valid #GVariant type string- See Also:
-
NO_COMMON_TYPE
static final int NO_COMMON_TYPEcould not find a common type for array entries- See Also:
-
NUMBER_OUT_OF_RANGE
static final int NUMBER_OUT_OF_RANGEthe numerical value is out of range of the given type- See Also:
-
NUMBER_TOO_BIG
static final int NUMBER_TOO_BIGthe numerical value is out of range for any type- See Also:
-
TYPE_ERROR
static final int TYPE_ERRORcannot parse as variant of the specified type- See Also:
-
UNEXPECTED_TOKEN
static final int UNEXPECTED_TOKENan unexpected token was encountered- See Also:
-
UNKNOWN_KEYWORD
static final int UNKNOWN_KEYWORDan unknown keyword was encountered- See Also:
-
UNTERMINATED_STRING_CONSTANT
static final int UNTERMINATED_STRING_CONSTANTunterminated string constant- See Also:
-
VALUE_EXPECTED
static final int VALUE_EXPECTEDno value given- See Also:
-
RECURSION
static final int RECURSIONvariant was too deeply nested; #GVariant is only guaranteed to handle nesting up to 64 levels (Since: 2.64)- See Also:
-