Interface UserActionExecutionOperationError


public interface UserActionExecutionOperationError
Represents an error encountered during a UserActionExecutionOperation.
  • Method Details

    • getErrorType

      ActionErrorType getErrorType()
      Retrieves the type of error encountered during a UserActionExecutionOperation
      Returns:
      the non-null user action execution operation type
    • getMessage

      String getMessage()
      Retrieves a human-readable error message.
      Returns:
      a non-null error message.