StrictMode

The behavior to have when encountering a field in YAML not present in the config definition.

Values

ValueMeaning
Error0

Issue an error by throwing an UnknownKeyConfigException

Warn1

Write a message to stderr, but continue processing the file

Ignore2

Be silent and do nothing

Meta