NTPackageErrorType
enum NTPackageErrorType : NSInteger {}
Possible error types for failed package downloads.
-
Internal or system error.
Declaration
Objective-C
NT_PACKAGE_ERROR_TYPE_SYSTEM
-
Connection or network error.
Declaration
Objective-C
NT_PACKAGE_ERROR_TYPE_CONNECTION
-
The number of downloaded packages exceeded subscription limit.
Declaration
Objective-C
NT_PACKAGE_ERROR_TYPE_DOWNLOAD_LIMIT_EXCEEDED
-
The bounding box of the package contains too many tiles. This error is only returned for custom bounding box packages.
Declaration
Objective-C
NT_PACKAGE_ERROR_TYPE_PACKAGE_TOO_BIG
-
The license does not allow downloading offline packages.
Declaration
Objective-C
NT_PACKAGE_ERROR_TYPE_NO_OFFLINE_PLAN