Schnittstelle OptionError


public interface OptionError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    A value couldn't be parsed.
    static final int
    A #GOptionArgFunc callback failed.
    static final int
    An option was not known to the parser.
  • Felddetails

    • UNKNOWN_OPTION

      static final int UNKNOWN_OPTION
      An option was not known to the parser.
      This error will only be reported, if the parser hasn't been instructed
      to ignore unknown options, see g_option_context_set_ignore_unknown_options().
      Siehe auch:
    • BAD_VALUE

      static final int BAD_VALUE
      A value couldn't be parsed.
      Siehe auch:
    • FAILED

      static final int FAILED
      A #GOptionArgFunc callback failed.
      Siehe auch: