TomTom error constants.
| C# | Visual Basic |
public enum TomTomError
Public Enumeration TomTomError
| Member | Description |
|---|---|
| None |
Returned if the command was processed successfully.
|
| NoSession |
No session was created.
|
| NoResponse |
No response from the server to the client.
|
| NoMethod |
Command not supported by TomTomNavigationServer.
|
| BadParams |
Number of params for the command does not match.
|
| MethodFailed |
Internal error during processing of the command.
|
| EngineBusy |
Server busy, command was ignored.
|
| NoMapOpen |
No map was currently open (could happen when the map was not activated).
|
| UnknownError |
Unspecified error.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|