Package ch.bailu.gtk.glib
Schnittstelle VariantParseError
public interface VariantParseError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final inta non-basic #GVariantType was given where a basic type was expectedstatic final intcannot infer the #GVariantTypestatic final intan indefinite #GVariantType was given where a definite type was expectedstatic final intgeneric error (unused)static final intextra data after parsing finishedstatic final intinvalid character in number or unicode escapestatic final intnot a valid #GVariant format stringstatic final intnot a valid object pathstatic final intnot a valid type signaturestatic final intnot a valid #GVariant type stringstatic final intcould not find a common type for array entriesstatic final intthe numerical value is out of range of the given typestatic final intthe numerical value is out of range for any typestatic final intvariant was too deeply nested; #GVariant is only guaranteed to handle nesting up to 64 levels (Since: 2.64)static final intcannot parse as variant of the specified typestatic final intan unexpected token was encounteredstatic final intan unknown keyword was encounteredstatic final intunterminated string constantstatic final intno 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:
-