public interface CommandErrorEvent
Provides error information for commands.
The CommandErrorEvent
will be provided on a onCommandError
callback to a CommandListener
.
Modifier and Type | Method and Description |
---|---|
CommandErrorType |
getError()
Returns the
CommandErrorType of the event. |
ErrorReason |
getErrorReason()
Returns the
ErrorReason of the event. |
CommandErrorType getError()
Returns the CommandErrorType
of the event.
ErrorReason getErrorReason()
Returns the ErrorReason
of the event.
Please send bug reports and comments to Caplin support