Error codes

Error codes that might be set if an API function fails, assuming the log level is something other than VRTREE_ERRORLEVEL_NONE.

Variables


const uint32_t VRTREE_API_INVALID_HANDLE = 1

API function expected a valid object handle.


const uint32_t VRTREE_API_INVALID_METANODE = 4

API function expected a valid metanode name/handle.


const uint32_t VRTREE_API_INVALID_PARAMETER = 2

API function expected a valid parameter (buffer, string, etc)


const uint32_t VRTREE_API_INVALID_PROPERTY = 3

API function expected a valid property name/index.


API function was called without adequate permissions.


API function attempted to perform migrations but some are missing.


const uint32_t VRTREE_API_NOT_ALLOWED = 7

API function attempted to do something inherently forbidden.


const uint32_t VRTREE_API_OK = 0

No error - operation succeeded.

No Results.

Getting StartedArchitectureBest PracticesHow ToAdvanced TopicsChangelogvrtreevrtree_cppvtCoreCoreForeign Function InterfaceMetanodesMigrationsObserversPropertiesSettingsTreeUtilitiesAPI DefinitionsVR ExchangePluginsLua API