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