DJISDKGEOError
enum DJISDKGEOError : NSInteger {}
DJI SDK GEO Error
-
User is not logged in.
Declaration
Objective-C
DJISDKGEOErrorNotLoggedIn = -6001L -
The operation is cancelled.
Declaration
Objective-C
DJISDKGEOErrorOperationCancelled = -6002L -
Aircraft’s location is not available.
Declaration
Objective-C
DJISDKGEOErrorAircraftLocationNotAvailable = -6003L -
Aircraft’s serial number is not available.
Declaration
Objective-C
DJISDKGEOErrorAircraftSerialNumberNotAvailable = -6004L -
The token is invalid.
Declaration
Objective-C
DJISDKGEOErrorInvalidToken = -6005L -
User is not authorized.
Declaration
Objective-C
DJISDKGEOErrorNotAuthorized = -6006L -
Data returned by server is invalid.
Declaration
Objective-C
DJISDKGEOErrorInvalidServerData = -6007L -
The system is still initializing.
Declaration
Objective-C
DJISDKGEOErrorInitializationNotFinished = -6008L -
Aircraft’s location does not support GEO.
Declaration
Objective-C
DJISDKGEOErrorNotSupportGEO = -6009L -
This area is not eligible for unlocking.
Declaration
Objective-C
DJISDKGEOErrorAreaNotEligibleUnlock = -6010L -
The simulated aircraft location is not valid. During the simulation, a location is valid if it is within 50km of (37.460484, -122.115312).
Declaration
Objective-C
DJISDKGEOErrorInvalidSimulatedLocation = -6011L
View on GitHub
DJISDKGEOError Enum Reference