Package com.massifmaps.packagemanager
Class PackageErrorType
java.lang.Object
com.massifmaps.packagemanager.PackageErrorType
Possible error types for failed package downloads.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConnection or network error.static final intThe number of downloaded packages exceeded subscription limit.static final intThe license does not allow downloading offline packages.static final intThe bounding box of the package contains too many tiles.
This error is only returned for custom bounding box packages.static final intInternal or system error. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PACKAGE_ERROR_TYPE_SYSTEM
public static final int PACKAGE_ERROR_TYPE_SYSTEMInternal or system error.- See Also:
-
PACKAGE_ERROR_TYPE_CONNECTION
public static final int PACKAGE_ERROR_TYPE_CONNECTIONConnection or network error.- See Also:
-
PACKAGE_ERROR_TYPE_DOWNLOAD_LIMIT_EXCEEDED
public static final int PACKAGE_ERROR_TYPE_DOWNLOAD_LIMIT_EXCEEDEDThe number of downloaded packages exceeded subscription limit.- See Also:
-
PACKAGE_ERROR_TYPE_PACKAGE_TOO_BIG
public static final int PACKAGE_ERROR_TYPE_PACKAGE_TOO_BIGThe bounding box of the package contains too many tiles.
This error is only returned for custom bounding box packages.- See Also:
-
PACKAGE_ERROR_TYPE_NO_OFFLINE_PLAN
public static final int PACKAGE_ERROR_TYPE_NO_OFFLINE_PLANThe license does not allow downloading offline packages.- See Also:
-
-
Constructor Details
-
PackageErrorType
public PackageErrorType()
-