Module: GLib::OptionError

Defined in:
(unknown)

Constant Summary collapse

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().
0 or :unknown_option
BAD_VALUE =

A value couldn’t be parsed.

1 or :bad_value
FAILED =

A GOption::ArgFunc callback failed.

2 or :failed