Enumerator |
---|
SDK_ERROR_Notice |
Notification, no error
|
SDK_ERROR_Ok |
Everything's OK
|
SDK_ERROR_UnInitialized |
Library not yet initialized
|
SDK_ERROR_BasicTypeMismatch |
Basic sizeof() mismatch. Headers and Libs don't match
|
SDK_ERROR_VersionMismatch |
.version member of struct indicates an unsupported version
|
SDK_ERROR_NotImplemented |
That feature is not implemented
|
SDK_ERROR_InvalidParameter |
One or more invalid parameters were given
|
SDK_ERROR_NoMem |
No memory left for the application (a request to *alloc()/new failed)
|
SDK_ERROR_NoPositionData |
No position data at all
|
SDK_ERROR_InvalidGPSCourse |
course outside [0..360[
|
SDK_ERROR_InvalidGPSPos |
wrong coordinate units, position on surface of the moon, etc.
|
SDK_ERROR_NoRouteFound |
no route available, route can not be calculated
|
SDK_ERROR_NoDirection |
no matched position+direction
|
SDK_ERROR_IdenticalStartnEnd |
Trying to calculate route between identical start and end
|
SDK_ERROR_InternalError |
unspecified internal error
|
SDK_ERROR_OutOfResources |
request could be performed due to some internal limit
|
SDK_ERROR_AlreadyInitialized |
the selected resource is already initialized
|
SDK_ERROR_InvalidPath |
the specified file or directory was not found or could not be created
|
SDK_ERROR_NoResultFound |
the search didn't succeed
|
SDK_ERROR_NoGPSDevice |
no GPS device available
|
SDK_ERROR_GPSNoData |
No data could be read from GPS (or another basic problem with GPS)
|
SDK_ERROR_NoTMCDevice |
no TMC device available
|
SDK_ERROR_MissingComponent |
an external component (e.g. Dll) is missing
|
SDK_ERROR_MisalignedData |
Data structures passed to the SDK are not properly aligned
|
SDK_ERROR_DistanceTooLong |
Certain routing options limit the distance of routes to be calculated (e.g. pedestrian routing)
|
SDK_ERROR_PositionOutOfMap |
The specified position is outside the current map (or all available maps)
|
SDK_ERROR_NoMap |
No map active or found
|
SDK_ERROR_OutOfTown |
A street was specified which is not part of a town ('s street table)
|
SDK_ERROR_NoCrossBorderMap |
At least one of the required maps is not capable of cross-map routing or MR map missing
|
SDK_ERROR_InvalidData |
A given data file (or data input stream) is corrupt
|
SDK_ERROR_InvalidGPSData |
Supplied GPS data is invalid
|
SDK_ERROR_InvalidGPSTimeDate |
Supplied GPS data is invalid; date or time values are invalid
|
SDK_ERROR_MapOutOfSync |
The map view was modified (usually related to coordinate transformations)
|
SDK_ERROR_StationLinkError |
a station could not be linked in the routing net
|
SDK_ERROR_NoDestination |
For the current request there is no guidance target available
|
SDK_ERROR_ContinentError |
Currently only maps for a single "continent", as of the ptv definition, may be used at the same time
|
SDK_ERROR_SamePosition |
The current task had been completed with the very same input data before
|
SDK_ERROR_InvalidMap |
The SDK detected an invalid map (invalid format or incomplete)
|
SDK_ERROR_NoSearchFilter |
The filter to define this search has not been set
|
SDK_ERROR_ProviderError |
Currently only maps from one provider at a time can be loaded by the SDK
|
SDK_ERROR_NoVirtualMemory |
Usually indicates a lack of virtual memory for memory-mapped files
|
SDK_ERROR_Threading |
Currently the SDK does not support being called from multiple threads
|
SDK_ERROR_NoCrossBorderRouteFound |
no route available in major road map, route can not be calculated
|
SDK_ERROR_TourUnInitialized |
tour is not initialized
|
SDK_ERROR_NoLicense |
Your license is void
|
SDK_ERROR_ProfileFaulty |
The profile is faulty
|
SDK_ERROR_StartStationLinkError |
start station could not be linked in the routing net
|
SDK_ERROR_TargetStationLinkError |
target station could not be linked in the routing net
|
SDK_ERROR_StartAndTargetStationLinkError |
start and target station could not be linked in the routing net
|
SDK_ERROR_StartStationNotValid |
start station probably has restrictions
|
SDK_ERROR_TargetStationNotValid |
target station probably has restrictions
|
SDK_ERROR_NoNetConnection |
no internet connection
|
SDK_ERROR_NetRequestFailed |
net request failed
|
SDK_ERROR_UserBreak |
a request is returning due to a user request (callback)
|
SDK_ERROR_Critical_IOFailure |
critical IO failure
|
SDK_ERROR_Critical_InternalFailure |
critical internal failure
|