ConfigurationError

io.github.positionpal.connection.ConnectionProviderError.ConfigurationError
final case class ConfigurationError(errors: List[Validation])

Indicates a configuration error with a list of validation issues.

Value parameters

errors

A list of validation errors that occurred during configuration validation.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product