VPSDK
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
src
VPSDK
RC.h
Go to the documentation of this file.
1
#ifndef VPSDK_RC_H
2
#define VPSDK_RC_H
3
4
enum
VPReturnCode
5
{
6
VP_RC_SUCCESS
,
7
VP_RC_VERSION_MISMATCH
,
8
VP_RC_NOT_INITIALIZED
,
9
VP_RC_ALREADY_INITIALIZED
,
10
VP_RC_STRING_TOO_LONG
,
11
VP_RC_INVALID_LOGIN
,
12
VP_RC_WORLD_NOT_FOUND
,
13
VP_RC_WORLD_LOGIN_ERROR
,
14
VP_RC_NOT_IN_WORLD
,
15
VP_RC_CONNECTION_ERROR
,
16
VP_RC_NO_INSTANCE
,
17
VP_RC_NOT_IMPLEMENTED
,
18
VP_RC_NO_SUCH_ATTRIBUTE
,
19
VP_RC_NOT_ALLOWED
,
20
VP_RC_DATABASE_ERROR
,
21
VP_RC_NO_SUCH_USER
,
22
VP_RC_TIMEOUT
,
23
VP_RC_NOT_IN_UNIVERSE
,
24
VP_RC_INVALID_ARGUMENTS
,
25
VP_RC_OBJECT_NOT_FOUND
,
26
VP_RC_UNKNOWN_ERROR
27
};
28
29
#endif
30
Generated on Sat Apr 26 2014 12:43:13 for VPSDK by
1.8.2