Package ch.bailu.gtk.glib
Schnittstelle VariantParseError
public interface VariantParseError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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
-
Felddetails
-
FAILED
static final int FAILEDgeneric error (unused)- Siehe auch:
-
BASIC_TYPE_EXPECTED
static final int BASIC_TYPE_EXPECTEDa non-basic #GVariantType was given where a basic type was expected- Siehe auch:
-
CANNOT_INFER_TYPE
static final int CANNOT_INFER_TYPEcannot infer the #GVariantType- Siehe auch:
-
DEFINITE_TYPE_EXPECTED
static final int DEFINITE_TYPE_EXPECTEDan indefinite #GVariantType was given where a definite type was expected- Siehe auch:
-
INPUT_NOT_AT_END
static final int INPUT_NOT_AT_ENDextra data after parsing finished- Siehe auch:
-
INVALID_CHARACTER
static final int INVALID_CHARACTERinvalid character in number or unicode escape- Siehe auch:
-
INVALID_FORMAT_STRING
static final int INVALID_FORMAT_STRINGnot a valid #GVariant format string- Siehe auch:
-
INVALID_OBJECT_PATH
static final int INVALID_OBJECT_PATHnot a valid object path- Siehe auch:
-
INVALID_SIGNATURE
static final int INVALID_SIGNATUREnot a valid type signature- Siehe auch:
-
INVALID_TYPE_STRING
static final int INVALID_TYPE_STRINGnot a valid #GVariant type string- Siehe auch:
-
NO_COMMON_TYPE
static final int NO_COMMON_TYPEcould not find a common type for array entries- Siehe auch:
-
NUMBER_OUT_OF_RANGE
static final int NUMBER_OUT_OF_RANGEthe numerical value is out of range of the given type- Siehe auch:
-
NUMBER_TOO_BIG
static final int NUMBER_TOO_BIGthe numerical value is out of range for any type- Siehe auch:
-
TYPE_ERROR
static final int TYPE_ERRORcannot parse as variant of the specified type- Siehe auch:
-
UNEXPECTED_TOKEN
static final int UNEXPECTED_TOKENan unexpected token was encountered- Siehe auch:
-
UNKNOWN_KEYWORD
static final int UNKNOWN_KEYWORDan unknown keyword was encountered- Siehe auch:
-
UNTERMINATED_STRING_CONSTANT
static final int UNTERMINATED_STRING_CONSTANTunterminated string constant- Siehe auch:
-
VALUE_EXPECTED
static final int VALUE_EXPECTEDno value given- Siehe auch:
-
RECURSION
static final int RECURSIONvariant was too deeply nested; #GVariant is only guaranteed to handle nesting up to 64 levels (Since: 2.64)- Siehe auch:
-