My Project
Variables
Error Values

Variables

static final int RI_ERROR_NONE = 0
 
static final int RI_ERROR_NOT_IMPLEMENTED = 1
 
static final int RI_ERROR_LONGTIME_OPERATION_IN_PROGRESS = 2
 
static final int RI_ERROR_FAILED = 3
 
static final int RI_ERROR_NOT_INITIALIZED = 4
 
static final int RI_ERROR_NOT_ALLOWED = 5
 
static final int RI_ERROR_IS_INITIALIZING = 6
 
static final int RI_ERROR_RI_DISABLED = 7
 
static final int RI_INFO_MESSAGE_RECEIVED = 8
 
static final int RI_ERROR_OPERATION_NOT_ALLOWED = 100
 
static final int RI_ERROR_NO_SUCH_PROFILE = 101
 
static final int RI_ERROR_NO_FILE_FOUND = 102
 
static final int RI_ERROR_NO_RESULT_FOUND = 103
 
static final int RI_ERROR_BCR = 104
 
static final int RI_ERROR_ROUTE_CALC = 105
 
static final int RI_ERROR_NO_STREET_FOUND = 106
 
static final int RI_ERROR_NO_SUCH_KEY = 107
 
static final int RI_ERROR_INVGEOCODE_FAILED = 108
 
static final int RI_ERROR_NOT_DURING_NAVIGATION = 109
 
static final int RI_ERROR_NOT_IN_THIS_ACTIVITY = 110
 
static final int RI_ERROR_SEND_LOCATION_NOT_ALLOWED = 111
 
static final int RI_ERROR_UNSUPPORTED_EVENT_TYPE = 112
 
static final int RI_ERROR_INVALID_PARAMETER = 113
 
static final int RI_ERROR_NO_ROUTE_FOUND = 114
 
static final int RI_ERROR_DIALOG_DISMISSED = 120
 
static final int RI_ERROR_ROUTE_CALC_IDENTICAL_START_AND_END = 200
 
static final int RI_ERROR_ROUTE_CALC_NO_TARGET = 201
 
static final int RI_ERROR_FILE_ACCESS = 301
 
static final int RI_WARNING_ALREADY_IN_MAIN_ACTIVITY = 100000
 

Detailed Description

Variable Documentation

◆ RI_ERROR_NONE

final int RI_ERROR_NONE = 0
staticpackage

No error occured.

◆ RI_ERROR_NOT_IMPLEMENTED

final int RI_ERROR_NOT_IMPLEMENTED = 1
staticpackage

Function not implemented.

◆ RI_ERROR_LONGTIME_OPERATION_IN_PROGRESS

final int RI_ERROR_LONGTIME_OPERATION_IN_PROGRESS = 2
staticpackage

Long term operation in progress.

◆ RI_ERROR_FAILED

final int RI_ERROR_FAILED = 3
staticpackage

The requested function failed.

◆ RI_ERROR_NOT_INITIALIZED

final int RI_ERROR_NOT_INITIALIZED = 4
staticpackage

PTV Navigator is not initialized. Will return if navigator is not yet started and autostart over RI is deactivated

◆ RI_ERROR_NOT_ALLOWED

final int RI_ERROR_NOT_ALLOWED = 5
staticpackage

Operation not allowed.

◆ RI_ERROR_IS_INITIALIZING

final int RI_ERROR_IS_INITIALIZING = 6
staticpackage

PTV Navigator is initializing. Attention: The navigator will be started automatically, when an RI command arrives. This message indicates that the navigator is in the startup process. Messages sent will be discarded until the navigator is initialized.

◆ RI_ERROR_RI_DISABLED

final int RI_ERROR_RI_DISABLED = 7
staticpackage

RI Service is disabled. Most likely it was not licensed.

◆ RI_INFO_MESSAGE_RECEIVED

final int RI_INFO_MESSAGE_RECEIVED = 8
staticpackage

Message has been received by the RI Service. Introduced in 2018 for the Navigation Backend Service

◆ RI_ERROR_OPERATION_NOT_ALLOWED

final int RI_ERROR_OPERATION_NOT_ALLOWED = 100
staticpackage

Operation is not allowed in the current context.

◆ RI_ERROR_NO_SUCH_PROFILE

final int RI_ERROR_NO_SUCH_PROFILE = 101
staticpackage

No such profile.

◆ RI_ERROR_NO_FILE_FOUND

final int RI_ERROR_NO_FILE_FOUND = 102
staticpackage

File not found.

◆ RI_ERROR_NO_RESULT_FOUND

final int RI_ERROR_NO_RESULT_FOUND = 103
staticpackage

No result found.

◆ RI_ERROR_BCR

final int RI_ERROR_BCR = 104
staticpackage

BCR file error.

◆ RI_ERROR_ROUTE_CALC

final int RI_ERROR_ROUTE_CALC = 105
staticpackage

Route calculation error.

◆ RI_ERROR_NO_STREET_FOUND

final int RI_ERROR_NO_STREET_FOUND = 106
staticpackage

No street found.

◆ RI_ERROR_NO_SUCH_KEY

final int RI_ERROR_NO_SUCH_KEY = 107
staticpackage

No such key found in the key/value store.

◆ RI_ERROR_INVGEOCODE_FAILED

final int RI_ERROR_INVGEOCODE_FAILED = 108
staticpackage

Inverse geocoding failed.

◆ RI_ERROR_NOT_DURING_NAVIGATION

final int RI_ERROR_NOT_DURING_NAVIGATION = 109
staticpackage

Operation not allowed during navigation.

◆ RI_ERROR_NOT_IN_THIS_ACTIVITY

final int RI_ERROR_NOT_IN_THIS_ACTIVITY = 110
staticpackage

Operation not allowed in this activity.

◆ RI_ERROR_SEND_LOCATION_NOT_ALLOWED

final int RI_ERROR_SEND_LOCATION_NOT_ALLOWED = 111
staticpackage

Location sending not allowed in the current context.

◆ RI_ERROR_UNSUPPORTED_EVENT_TYPE

final int RI_ERROR_UNSUPPORTED_EVENT_TYPE = 112
staticpackage

The event type for registering is not valid.

◆ RI_ERROR_INVALID_PARAMETER

final int RI_ERROR_INVALID_PARAMETER = 113
staticpackage

The parameter sent in a bundle is not valid.

◆ RI_ERROR_NO_ROUTE_FOUND

final int RI_ERROR_NO_ROUTE_FOUND = 114
staticpackage

No current route.

◆ RI_ERROR_DIALOG_DISMISSED

final int RI_ERROR_DIALOG_DISMISSED = 120
staticpackage

The modal dialog was dismissed without a button click by the user.

◆ RI_ERROR_ROUTE_CALC_IDENTICAL_START_AND_END

final int RI_ERROR_ROUTE_CALC_IDENTICAL_START_AND_END = 200
staticpackage

The route could not be calculated, because start and target are identical.

◆ RI_ERROR_ROUTE_CALC_NO_TARGET

final int RI_ERROR_ROUTE_CALC_NO_TARGET = 201
staticpackage

The route could not be calculated, because the target is not defined.

◆ RI_ERROR_FILE_ACCESS

final int RI_ERROR_FILE_ACCESS = 301
staticpackage

File access was not possible or was denied

◆ RI_WARNING_ALREADY_IN_MAIN_ACTIVITY

final int RI_WARNING_ALREADY_IN_MAIN_ACTIVITY = 100000
staticpackage

The PTV Navigator is already in main activity when MSG_RI_GO_TO_MAIN was called.


© PTV Group 2021 Generated on Sun Oct 2 2022 19:28:23 for My Project by doxygen 1.8.17