Failure

data class Failure(val message: String) : CommandResult(source)

Command failed with an error message

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Converts result to Brigadier return value.