Possible error messages:
Without Resource Bundle (default) |
|
With Resource Bundle |
|
Domain | Reflection.NoSuchOperationException |
Number | 34000 |
Label | NO_SUCH_OPERATION |
Applicable Platform(s) | Android, BlackBerry, Windows Mobile |
Cannot invoke one of the CUD operation because it is not defined in the MBO model.
2) If condition 1 is not met, select operations without parameters, like Create1(), Delete2(). 3) If conditions 1 and 2 cannot be met, user cannot call Create(), Update(), or Delete().
4) Call CUD operations on MBO.getDownloadState().
Only invoke methods defined in MBO model.
Also avoid calling CUD operations on MBO.getDownloadState(). (??verify)