Constructors

Link copied to clipboard
constructor(call: ResolvedCommandCall)
constructor(failure: CommandExecuteResult.Failure)

Properties

Link copied to clipboard
@get:Contract(pure = true)
val call: ResolvedCommandCall?
Link copied to clipboard
@get:Contract(pure = true)
val failure: CommandExecuteResult.Failure?