GenericConfigError

data class GenericConfigError(val location: String, val message: String) : ErrorUnit.ConfigErrorUnit

A generic config error which does not fit in other categories of errors.

Constructors

Link copied to clipboard
constructor(location: String, message: String)

Properties

Link copied to clipboard
Link copied to clipboard