Package com.esri.arcgisruntime.portal
Class PortalItemMoveError
- java.lang.Object
- 
- com.esri.arcgisruntime.portal.PortalItemMoveError
 
- 
 public final class PortalItemMoveError extends Object Describes an error that happened when moving a portal item using thePortalUser.movePortalItemsAsync(Iterable, PortalFolder)method.- Since:
- 100.0.0
 
- 
- 
Constructor SummaryConstructors Constructor Description PortalItemMoveError()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()Gets the error code.StringgetItemId()Gets the portal item ID this error relates to.StringgetMessage()Gets a message describing the error.
 
- 
- 
- 
Method Detail- 
getCodepublic int getCode() Gets the error code.- Returns:
- the error code
- Since:
- 100.0.0
 
 - 
getMessagepublic String getMessage() Gets a message describing the error.- Returns:
- the error message
- Since:
- 100.0.0
 
 - 
getItemIdpublic String getItemId() Gets the portal item ID this error relates to.- Returns:
- the portal item ID
- Since:
- 100.0.0
 
 
- 
 
-