CliError

declslides.cli.CliError
See theCliError companion object
sealed trait CliError

Errors raised by the CLI layer.

These errors describe problems that are meaningful from the user's point of view: invalid arguments, unsupported options, initialization failures, or rendering failures surfaced through the command line.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def message: String

Human-readable message shown to the user.

Human-readable message shown to the user.

Attributes