com.visioglobe.libVisioDevKit
Class VgErrorCode

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgErrorCode

public final class VgErrorCode
extends java.lang.Object

Engine error codes.


Field Summary
static VgErrorCode eConfigAndLicenseErrorMax
          The maximum possible config and licence error.
static VgErrorCode eConfigFileMissingOrEmptyError
          Could not find configuration file or it is empty
static VgErrorCode eDatabaseBadDatasetError
          VgIDatabase::selectDataset: Cannot find the specified dataset
static VgErrorCode eDatabaseConfigurationError
          VgIDatabase::loadConfiguration: Cannot load configuration (VgConfig is NULL).
static VgErrorCode eInvalidConfigErrorBadLoad
          Could not load config file (loadFromContent failed)
static VgErrorCode eInvalidConfigErrorBadXML
          Invalid Configuration File: Bad XML parse (modified by hand? corrupted?)
static VgErrorCode eInvalidFile
          Invalid file.
static VgErrorCode eInvalidLicenseError
          Configuration Errors (internal VgConfig)
static VgErrorCode eInvalidLicenseErrorBadXML
          Invalid License: Bad XML parse (modified by hand?)
static VgErrorCode eInvalidLicenseErrorInvalidMachines
          Invalid License Machine.
static VgErrorCode eInvalidLicenseErrorInvalidSDK
          Invalid License SDK.
static VgErrorCode eInvalidLicenseErrorInvalidSDKorMachines
          Possible either eInvalidLicenseErrorInvalidSDK or eInvalidLicenseErrorInvalidMachines.
static VgErrorCode eInvalidLicenseErrorInvalidSecret
          Invalid License: Incorrect secret code
static VgErrorCode eInvalidLicenseRenewFailure
          Failure while renewing or fetching license.
static VgErrorCode eInvalidOperation
          Invalid operation.
static VgErrorCode eManipulatorError
          VgIManipulatorManager::selectManipulator: Cannot find the specified manipulator.
static VgErrorCode eNbErrors
          The maximum possible error number.
static VgErrorCode eNoError
          No error has occurred.
static VgErrorCode eOtherErrors
          Other errors
static VgErrorCode eViewerArchiveParseError
          Error Parsing Archive on loadDataset()
static VgErrorCode eViewerDatasetIndexError
          Invalid Dataset Index (larger than number of datasets?)
static VgErrorCode eViewerDatasetNoValidLayerFound
          Error on Dataset no valid layer found (maybe no Data is licensed.
static VgErrorCode eViewerDatasetProjectionError
          Error on Dataset Projection (probably problem with mixing multiple projections)
static VgErrorCode eViewerErrorMax
          The maximum possible viewer error IMPORANT: This should always be the last item in the Viewer section.
static VgErrorCode eViewerRenderingTechniqueError
          Cannot load RenderingTechniques
 
Method Summary
static VgErrorCode swigToEnum(int swigValue)
           
 int swigValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eNoError

public static final VgErrorCode eNoError
No error has occurred.


eInvalidLicenseError

public static final VgErrorCode eInvalidLicenseError
Configuration Errors (internal VgConfig)


eInvalidLicenseRenewFailure

public static final VgErrorCode eInvalidLicenseRenewFailure
Failure while renewing or fetching license.


eInvalidLicenseErrorInvalidSDK

public static final VgErrorCode eInvalidLicenseErrorInvalidSDK
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.


eInvalidLicenseErrorInvalidMachines

public static final VgErrorCode eInvalidLicenseErrorInvalidMachines
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.


eInvalidLicenseErrorInvalidSDKorMachines

public static final VgErrorCode eInvalidLicenseErrorInvalidSDKorMachines
Possible either eInvalidLicenseErrorInvalidSDK or eInvalidLicenseErrorInvalidMachines.


eInvalidLicenseErrorBadXML

public static final VgErrorCode eInvalidLicenseErrorBadXML
Invalid License: Bad XML parse (modified by hand?)


eInvalidLicenseErrorInvalidSecret

public static final VgErrorCode eInvalidLicenseErrorInvalidSecret
Invalid License: Incorrect secret code


eConfigFileMissingOrEmptyError

public static final VgErrorCode eConfigFileMissingOrEmptyError
Could not find configuration file or it is empty


eInvalidConfigErrorBadXML

public static final VgErrorCode eInvalidConfigErrorBadXML
Invalid Configuration File: Bad XML parse (modified by hand? corrupted?)


eInvalidConfigErrorBadLoad

public static final VgErrorCode eInvalidConfigErrorBadLoad
Could not load config file (loadFromContent failed)


eConfigAndLicenseErrorMax

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


eViewerArchiveParseError

public static final VgErrorCode eViewerArchiveParseError
Error Parsing Archive on loadDataset()


eViewerDatasetIndexError

public static final VgErrorCode eViewerDatasetIndexError
Invalid Dataset Index (larger than number of datasets?)


eViewerDatasetProjectionError

public static final VgErrorCode eViewerDatasetProjectionError
Error on Dataset Projection (probably problem with mixing multiple projections)


eViewerDatasetNoValidLayerFound

public static final VgErrorCode eViewerDatasetNoValidLayerFound
Error on Dataset no valid layer found (maybe no Data is licensed. check that Data on license maches your Data)


eViewerRenderingTechniqueError

public static final VgErrorCode eViewerRenderingTechniqueError
Cannot load RenderingTechniques


eViewerErrorMax

public static final VgErrorCode eViewerErrorMax
The maximum possible viewer error IMPORANT: This should always be the last item in the Viewer section.


eOtherErrors

public static final VgErrorCode eOtherErrors
Other errors


eManipulatorError

public static final VgErrorCode eManipulatorError
VgIManipulatorManager::selectManipulator: Cannot find the specified manipulator.


eDatabaseConfigurationError

public static final VgErrorCode eDatabaseConfigurationError
VgIDatabase::loadConfiguration: Cannot load configuration (VgConfig is NULL).


eDatabaseBadDatasetError

public static final VgErrorCode eDatabaseBadDatasetError
VgIDatabase::selectDataset: Cannot find the specified dataset


eInvalidFile

public static final VgErrorCode eInvalidFile
Invalid file. The file is either not found or corrupted.


eInvalidOperation

public static final VgErrorCode eInvalidOperation
Invalid operation. This operation is not allowed in the current state.


eNbErrors

public static final VgErrorCode eNbErrors
The maximum possible error number. IMPORANT: This should always be the last item in this enum.

Method Detail

swigValue

public final int swigValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

swigToEnum

public static VgErrorCode swigToEnum(int swigValue)

VisioDevKit 2.0, Visioglobe® 2013