Skip to main contentModule error
Source - ConfigError
- Error returned by
Config getters when a key is missing
or the value has the wrong type. - NotResolvedError
- Error returned when a getter is called on a
Config path
whose value (or any transitive parent) contains an unresolved substitution
placeholder. - ParseError
- Error returned when HOCON input contains a syntax error.
- ResolveError
- Error returned when substitution resolution fails (e.g., missing
required substitution, cyclic reference).
- HoconError
- Unified error type returned by top-level parse functions.