com.ibm.workplace.wcm.api
Interface ErrorMessageContainer
- All Known Subinterfaces:
- LocalizedMessageContainer
-
public interface ErrorMessageContainer
Used to contain localized error messages returned from API method calls.
- Since:
- 8.5
Method Summary
|
boolean |
containsErrors()
Tests the existence of any error messages
Returns true if error exists, otherwise false |
java.util.List<Localized> |
getErrors()
Get all the error messages |
getErrors
java.util.List<Localized> getErrors()
- Get all the error messages
- Returns:
- a localized list of error messages
- Since:
- 8.5CF9
containsErrors
boolean containsErrors()
- Tests the existence of any error messages
Returns true if error exists, otherwise false
- Returns:
- true if there are error
- Since:
- 8.5CF9