VisioMove SDK (Android)  2.1.22
 All Classes Functions Variables Pages
VgErrorCode Class Reference

Public Member Functions

final int swigValue ()
 
String toString ()
 

Static Public Member Functions

static VgErrorCode swigToEnum (int swigValue)
 

Static Public Attributes

static final VgErrorCode eNoError = new VgErrorCode("eNoError", libVisioMoveJNI.eNoError_get())
 
static final VgErrorCode eInvalidLicenseError = new VgErrorCode("eInvalidLicenseError", libVisioMoveJNI.eInvalidLicenseError_get())
 
static final VgErrorCode eInvalidLicenseRenewFailure = new VgErrorCode("eInvalidLicenseRenewFailure", libVisioMoveJNI.eInvalidLicenseRenewFailure_get())
 
static final VgErrorCode eInvalidLicenseErrorInvalidSDK = new VgErrorCode("eInvalidLicenseErrorInvalidSDK", libVisioMoveJNI.eInvalidLicenseErrorInvalidSDK_get())
 
static final VgErrorCode eInvalidLicenseErrorInvalidMachines = new VgErrorCode("eInvalidLicenseErrorInvalidMachines", libVisioMoveJNI.eInvalidLicenseErrorInvalidMachines_get())
 
static final VgErrorCode eInvalidLicenseErrorInvalidSDKorMachines = new VgErrorCode("eInvalidLicenseErrorInvalidSDKorMachines", libVisioMoveJNI.eInvalidLicenseErrorInvalidSDKorMachines_get())
 
static final VgErrorCode eInvalidLicenseErrorBadXML = new VgErrorCode("eInvalidLicenseErrorBadXML", libVisioMoveJNI.eInvalidLicenseErrorBadXML_get())
 
static final VgErrorCode eInvalidLicenseErrorInvalidSecret = new VgErrorCode("eInvalidLicenseErrorInvalidSecret", libVisioMoveJNI.eInvalidLicenseErrorInvalidSecret_get())
 
static final VgErrorCode eConfigFileMissingOrEmptyError = new VgErrorCode("eConfigFileMissingOrEmptyError", libVisioMoveJNI.eConfigFileMissingOrEmptyError_get())
 
static final VgErrorCode eInvalidConfigErrorBadXML = new VgErrorCode("eInvalidConfigErrorBadXML", libVisioMoveJNI.eInvalidConfigErrorBadXML_get())
 
static final VgErrorCode eInvalidConfigErrorBadLoad = new VgErrorCode("eInvalidConfigErrorBadLoad", libVisioMoveJNI.eInvalidConfigErrorBadLoad_get())
 
static final VgErrorCode eConfigAndLicenseErrorMax = new VgErrorCode("eConfigAndLicenseErrorMax", libVisioMoveJNI.eConfigAndLicenseErrorMax_get())
 
static final VgErrorCode eViewerArchiveParseError = new VgErrorCode("eViewerArchiveParseError", libVisioMoveJNI.eViewerArchiveParseError_get())
 
static final VgErrorCode eViewerDatasetIndexError = new VgErrorCode("eViewerDatasetIndexError", libVisioMoveJNI.eViewerDatasetIndexError_get())
 
static final VgErrorCode eViewerDatasetProjectionError = new VgErrorCode("eViewerDatasetProjectionError", libVisioMoveJNI.eViewerDatasetProjectionError_get())
 
static final VgErrorCode eViewerDatasetNoValidLayerFound = new VgErrorCode("eViewerDatasetNoValidLayerFound", libVisioMoveJNI.eViewerDatasetNoValidLayerFound_get())
 
static final VgErrorCode eViewerRenderingTechniqueError = new VgErrorCode("eViewerRenderingTechniqueError", libVisioMoveJNI.eViewerRenderingTechniqueError_get())
 
static final VgErrorCode eViewerErrorMax = new VgErrorCode("eViewerErrorMax", libVisioMoveJNI.eViewerErrorMax_get())
 
static final VgErrorCode eOtherErrors = new VgErrorCode("eOtherErrors", libVisioMoveJNI.eOtherErrors_get())
 
static final VgErrorCode eManipulatorError = new VgErrorCode("eManipulatorError", libVisioMoveJNI.eManipulatorError_get())
 
static final VgErrorCode eDatabaseConfigurationError = new VgErrorCode("eDatabaseConfigurationError")
 
static final VgErrorCode eDatabaseBadDatasetError = new VgErrorCode("eDatabaseBadDatasetError")
 
static final VgErrorCode eInvalidFile = new VgErrorCode("eInvalidFile")
 
static final VgErrorCode eInvalidOperation = new VgErrorCode("eInvalidOperation")
 
static final VgErrorCode eNbErrors = new VgErrorCode("eNbErrors")
 

Detailed Description

Engine error codes.

Member Function Documentation

static VgErrorCode VgErrorCode.swigToEnum ( int  swigValue)
static

Referenced by VgIEngine.getLastError().

final int VgErrorCode.swigValue ( )
String VgErrorCode.toString ( )

Member Data Documentation

final VgErrorCode VgErrorCode.eConfigAndLicenseErrorMax = new VgErrorCode("eConfigAndLicenseErrorMax", libVisioMoveJNI.eConfigAndLicenseErrorMax_get())
static

The maximum possible config and licence error. IMPORANT: This should always be the last item in the Config and Licence section.

final VgErrorCode VgErrorCode.eConfigFileMissingOrEmptyError = new VgErrorCode("eConfigFileMissingOrEmptyError", libVisioMoveJNI.eConfigFileMissingOrEmptyError_get())
static

Could not find configuration file or it is empty

final VgErrorCode VgErrorCode.eDatabaseBadDatasetError = new VgErrorCode("eDatabaseBadDatasetError")
static

VgIDatabase::selectDataset : Cannot find the specified dataset

final VgErrorCode VgErrorCode.eDatabaseConfigurationError = new VgErrorCode("eDatabaseConfigurationError")
static

VgIDatabase::loadConfiguration : Cannot load configuration (VgConfig is NULL).

final VgErrorCode VgErrorCode.eInvalidConfigErrorBadLoad = new VgErrorCode("eInvalidConfigErrorBadLoad", libVisioMoveJNI.eInvalidConfigErrorBadLoad_get())
static

Could not load config file (loadFromContent failed)

final VgErrorCode VgErrorCode.eInvalidConfigErrorBadXML = new VgErrorCode("eInvalidConfigErrorBadXML", libVisioMoveJNI.eInvalidConfigErrorBadXML_get())
static

Invalid Configuration File: Bad XML parse (modified by hand? corrupted?)

final VgErrorCode VgErrorCode.eInvalidFile = new VgErrorCode("eInvalidFile")
static

Invalid file. The file is either not found or corrupted.

final VgErrorCode VgErrorCode.eInvalidLicenseError = new VgErrorCode("eInvalidLicenseError", libVisioMoveJNI.eInvalidLicenseError_get())
static

Configuration Errors (internal VgConfig)

final VgErrorCode VgErrorCode.eInvalidLicenseErrorBadXML = new VgErrorCode("eInvalidLicenseErrorBadXML", libVisioMoveJNI.eInvalidLicenseErrorBadXML_get())
static

Invalid License: Bad XML parse (modified by hand?)

final VgErrorCode VgErrorCode.eInvalidLicenseErrorInvalidMachines = new VgErrorCode("eInvalidLicenseErrorInvalidMachines", libVisioMoveJNI.eInvalidLicenseErrorInvalidMachines_get())
static

Invalid License Machine. The device is not authorized because the license either has no remaining free slots (VgSlot) or is not valid for this machine.

final VgErrorCode VgErrorCode.eInvalidLicenseErrorInvalidSDK = new VgErrorCode("eInvalidLicenseErrorInvalidSDK", libVisioMoveJNI.eInvalidLicenseErrorInvalidSDK_get())
static

Invalid License SDK. Either The license's SDK (1.1, 2.0, etc) or architecture (iOS, Android, Linux, etc) doesn't correspond to the requesting SDK/architecture.

final VgErrorCode VgErrorCode.eInvalidLicenseErrorInvalidSDKorMachines = new VgErrorCode("eInvalidLicenseErrorInvalidSDKorMachines", libVisioMoveJNI.eInvalidLicenseErrorInvalidSDKorMachines_get())
static

Possible either eInvalidLicenseErrorInvalidSDK or eInvalidLicenseErrorInvalidMachines.

final VgErrorCode VgErrorCode.eInvalidLicenseErrorInvalidSecret = new VgErrorCode("eInvalidLicenseErrorInvalidSecret", libVisioMoveJNI.eInvalidLicenseErrorInvalidSecret_get())
static

Invalid License: Incorrect secret code

final VgErrorCode VgErrorCode.eInvalidLicenseRenewFailure = new VgErrorCode("eInvalidLicenseRenewFailure", libVisioMoveJNI.eInvalidLicenseRenewFailure_get())
static

Failure while renewing or fetching license.

final VgErrorCode VgErrorCode.eInvalidOperation = new VgErrorCode("eInvalidOperation")
static

Invalid operation. This operation is not allowed in the current state.

final VgErrorCode VgErrorCode.eManipulatorError = new VgErrorCode("eManipulatorError", libVisioMoveJNI.eManipulatorError_get())
static

VgIManipulatorManager::selectManipulator: Cannot find the specified manipulator.

final VgErrorCode VgErrorCode.eNbErrors = new VgErrorCode("eNbErrors")
static

The maximum possible error number. IMPORANT: This should always be the last item in this enum.

final VgErrorCode VgErrorCode.eNoError = new VgErrorCode("eNoError", libVisioMoveJNI.eNoError_get())
static

No error has occurred.

final VgErrorCode VgErrorCode.eOtherErrors = new VgErrorCode("eOtherErrors", libVisioMoveJNI.eOtherErrors_get())
static

Other errors

final VgErrorCode VgErrorCode.eViewerArchiveParseError = new VgErrorCode("eViewerArchiveParseError", libVisioMoveJNI.eViewerArchiveParseError_get())
static

Error Parsing Archive on loadDataset()

final VgErrorCode VgErrorCode.eViewerDatasetIndexError = new VgErrorCode("eViewerDatasetIndexError", libVisioMoveJNI.eViewerDatasetIndexError_get())
static

Invalid Dataset Index (larger than number of datasets?)

final VgErrorCode VgErrorCode.eViewerDatasetNoValidLayerFound = new VgErrorCode("eViewerDatasetNoValidLayerFound", libVisioMoveJNI.eViewerDatasetNoValidLayerFound_get())
static

Error on Dataset no valid layer found (check that data referenced by the license matches data within map bundle)

final VgErrorCode VgErrorCode.eViewerDatasetProjectionError = new VgErrorCode("eViewerDatasetProjectionError", libVisioMoveJNI.eViewerDatasetProjectionError_get())
static

Error on Dataset Projection (probably problem with mixing multiple projections)

final VgErrorCode VgErrorCode.eViewerErrorMax = new VgErrorCode("eViewerErrorMax", libVisioMoveJNI.eViewerErrorMax_get())
static

The maximum possible viewer error IMPORANT: This should always be the last item in the Viewer section.

final VgErrorCode VgErrorCode.eViewerRenderingTechniqueError = new VgErrorCode("eViewerRenderingTechniqueError", libVisioMoveJNI.eViewerRenderingTechniqueError_get())
static

Cannot load RenderingTechniques


The documentation for this class was generated from the following file:
VisioMove 2.1.22, Visioglobe® 2016