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