Interface UserActionExecutionOperationError
public interface UserActionExecutionOperationError
Represents an error encountered during a
UserActionExecutionOperation
.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the type of error encountered during aUserActionExecutionOperation
Retrieves a human-readable error message.
-
Method Details
-
getErrorType
ActionErrorType getErrorType()Retrieves the type of error encountered during aUserActionExecutionOperation
- Returns:
- the non-null user action execution operation type
-
getMessage
String getMessage()Retrieves a human-readable error message.- Returns:
- a non-null error message.
-