- Companion:
- class
Type members
Value members
Concrete methods
Returns a new ConfigError using the specified message.
Returns a new ConfigError using the specified message.
If the specified message might contain sensitive details, then use ConfigError.sensitive instead to create an error which is capable of redacting sensitive details.
Returns a new ConfigError for when the specified value could not be decoded.
Returns a new ConfigError for when the specified value could not be decoded.
Returns a new ConfigError using the specified message and redacted message.
Returns a new ConfigError using the specified message and redacted message.
The specified message is used in the returned ConfigError. Whenever ConfigError#redacted is invoked on the returned instance, a new ConfigError is returned which instead uses the redacted message.