java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.carto.packagemanager.PackageErrorType |
Possible error types for failed package downloads.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PackageErrorType | PACKAGE_ERROR_TYPE_CONNECTION | Connection or network error. | |||||||||
PackageErrorType | PACKAGE_ERROR_TYPE_DOWNLOAD_LIMIT_EXCEEDED | The number of downloaded packages exceeded subscription limit. | |||||||||
PackageErrorType | PACKAGE_ERROR_TYPE_NO_OFFLINE_PLAN | The license does not allow downloading offline packages. | |||||||||
PackageErrorType | PACKAGE_ERROR_TYPE_PACKAGE_TOO_BIG | The bounding box of the package contains too many tiles. | |||||||||
PackageErrorType | PACKAGE_ERROR_TYPE_SYSTEM | Internal or system error. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static PackageErrorType | swigToEnum(int swigValue) | ||||||||||
final int | swigValue() | ||||||||||
static PackageErrorType | valueOf(String name) | ||||||||||
final static PackageErrorType[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The number of downloaded packages exceeded subscription limit.
The license does not allow downloading offline packages.
The bounding box of the package contains too many tiles.
This error is only returned for custom bounding box packages.