MultipleErrors

Constructors

Link copied to clipboard
constructor(vararg errors: ActionError)

Properties

Link copied to clipboard
Link copied to clipboard
open override val rawMessage: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun message(arg: String): String

A message dedicated for the CLI. It should not be used outside of terminal.

Link copied to clipboard
inline fun <T> onError(action: (ActionError) -> T): T