Interface OptionError


public interface OptionError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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.
  • Field Details

    • 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().
      See Also:
    • BAD_VALUE

      static final int BAD_VALUE
      A value couldn't be parsed.
      See Also:
    • FAILED

      static final int FAILED
      A #GOptionArgFunc callback failed.
      See Also: