Failure

class Failure(val message: Text) : CommandResult

Representation of the command failing with the specified error message.

Author

Cypher121

Constructors

Link copied to clipboard
fun Failure(message: Text)

Properties

Link copied to clipboard
val message: Text