GOptionError

Error codes returned by option parsing.

Values

ValueMeaning
UNKNOWN_OPTION0

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().

BAD_VALUE1

A value couldn't be parsed.

FAILED2

A #GOptionArgFunc callback failed.

Meta