Interface VariantParseError


public interface VariantParseError
  • Field Details

    • FAILED

      static final int FAILED
      generic error (unused)
      See Also:
    • BASIC_TYPE_EXPECTED

      static final int BASIC_TYPE_EXPECTED
      a non-basic #GVariantType was given where a basic type was expected
      See Also:
    • CANNOT_INFER_TYPE

      static final int CANNOT_INFER_TYPE
      cannot infer the #GVariantType
      See Also:
    • DEFINITE_TYPE_EXPECTED

      static final int DEFINITE_TYPE_EXPECTED
      an indefinite #GVariantType was given where a definite type was expected
      See Also:
    • INPUT_NOT_AT_END

      static final int INPUT_NOT_AT_END
      extra data after parsing finished
      See Also:
    • INVALID_CHARACTER

      static final int INVALID_CHARACTER
      invalid character in number or unicode escape
      See Also:
    • INVALID_FORMAT_STRING

      static final int INVALID_FORMAT_STRING
      not a valid #GVariant format string
      See Also:
    • INVALID_OBJECT_PATH

      static final int INVALID_OBJECT_PATH
      not a valid object path
      See Also:
    • INVALID_SIGNATURE

      static final int INVALID_SIGNATURE
      not a valid type signature
      See Also:
    • INVALID_TYPE_STRING

      static final int INVALID_TYPE_STRING
      not a valid #GVariant type string
      See Also:
    • NO_COMMON_TYPE

      static final int NO_COMMON_TYPE
      could not find a common type for array entries
      See Also:
    • NUMBER_OUT_OF_RANGE

      static final int NUMBER_OUT_OF_RANGE
      the numerical value is out of range of the given type
      See Also:
    • NUMBER_TOO_BIG

      static final int NUMBER_TOO_BIG
      the numerical value is out of range for any type
      See Also:
    • TYPE_ERROR

      static final int TYPE_ERROR
      cannot parse as variant of the specified type
      See Also:
    • UNEXPECTED_TOKEN

      static final int UNEXPECTED_TOKEN
      an unexpected token was encountered
      See Also:
    • UNKNOWN_KEYWORD

      static final int UNKNOWN_KEYWORD
      an unknown keyword was encountered
      See Also:
    • UNTERMINATED_STRING_CONSTANT

      static final int UNTERMINATED_STRING_CONSTANT
      unterminated string constant
      See Also:
    • VALUE_EXPECTED

      static final int VALUE_EXPECTED
      no value given
      See Also:
    • RECURSION

      static final int RECURSION
      variant was too deeply nested; #GVariant is only guaranteed to handle nesting up to 64 levels (Since: 2.64)
      See Also: