java.lang.Object
com.esri.arcgisruntime.portal.PortalItemMoveError
Describes an error that happened when moving a portal item using the
PortalUser.movePortalItemsAsync(Iterable, PortalFolder)
method.- Since:
- 100.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
Gets the error code.Gets the portal item ID this error relates to.Gets a message describing the error.
-
Constructor Details
-
PortalItemMoveError
public PortalItemMoveError()
-
-
Method Details
-
getCode
public int getCode()Gets the error code.- Returns:
- the error code
- Since:
- 100.0.0
-
getMessage
Gets a message describing the error.- Returns:
- the error message
- Since:
- 100.0.0
-
getItemId
Gets the portal item ID this error relates to.- Returns:
- the portal item ID
- Since:
- 100.0.0
-