CommandExpectVersionConflictException
class CommandExpectVersionConflictException(val command: CommandMessage<*>, val expectVersion: Int, val actualVersion: Int, cause: Throwable? = null) : WowException
Constructors
Link copied to clipboard
constructor(command: CommandMessage<*>, expectVersion: Int, actualVersion: Int, cause: Throwable? = null)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun Throwable.toResult(waitCommandId: String, commandMessage: CommandMessage<*>, function: FunctionInfoData = COMMAND_GATEWAY_FUNCTION, id: String = generateGlobalId(), stage: CommandStage = CommandStage.SENT, result: Map<String, Any> = emptyMap(), signalTime: Long = System.currentTimeMillis()): CommandResult