CommandResultException

class CommandResultException(val commandResult: CommandResult, cause: Throwable? = null) : WowException, ErrorInfoCapable

Exception wrapping a command result that indicates failure.

This exception is thrown when command processing completes with an error, providing access to the full command result including error details and binding errors.

Parameters

commandResult

the command result containing error information

cause

the underlying cause (optional)

See also

Constructors

Link copied to clipboard
constructor(commandResult: CommandResult, cause: Throwable? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val errorInfo: ErrorInfo