DirectoryNotEmpty

data class DirectoryNotEmpty(val file: String) : ActionError

Constructors

Link copied to clipboard
constructor(file: String)

Properties

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

Functions

Link copied to clipboard
open 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