ConfigurationError

io.github.positionpal.location.commons.ConfigurationError
See theConfigurationError companion object
enum ConfigurationError(val message: String)

A sealed trait representing the possible configuration errors.

Value parameters

message

the error message.

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class NotSet
class Invalid

Members list

Type members

Enum entries

final case class Invalid(reason: String) extends ConfigurationError
final case class NotSet(name: String) extends ConfigurationError