Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- ConfigError.type
Members list
Type members
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
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.
Attributes
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.