SDK Reason Codes
Jump to navigation
Jump to search
Reason code | Value | Description |
---|---|---|
VP_RC_SUCCESS | 0 | Success
|
VP_RC_VERSION_MISMATCH | 1 | Version mismatch
|
VP_RC_NOT_INITIALIZED | 2 | Not initialized
|
VP_RC_ALREADY_INITIALIZED | 3 | Already initialized
|
VP_RC_STRING_TOO_LONG | 4 | String too long |
VP_RC_INVALID_LOGIN | 5 | Invalid login
|
VP_RC_WORLD_NOT_FOUND | 6 | World not found
|
VP_RC_WORLD_LOGIN_ERROR | 7 | World login error
|
VP_RC_NOT_IN_WORLD | 8 | Not in world
|
VP_RC_CONNECTION_ERROR | 9 | Connection error
|
VP_RC_NO_INSTANCE | 10 | No instance |
VP_RC_NOT_IMPLEMENTED | 11 | Not implemented |
VP_RC_NO_SUCH_ATTRIBUTE | 12 | No such attribute
|
VP_RC_NOT_ALLOWED | 13 | Not allowed |
VP_RC_DATABASE_ERROR | 14 | Database error |
VP_RC_NO_SUCH_USER | 15 | No such user
|
VP_RC_TIMEOUT | 16 | Timeout
|
VP_RC_NOT_IN_UNIVERSE | 17 | Not in universe
|
VP_RC_INVALID_ARGUMENTS | 18 | Invalid arguments
|
VP_RC_OBJECT_NOT_FOUND | 19 | Object not found
|
VP_RC_UNKNOWN_ERROR | 20 | Unknown error
|
VP_RC_RECURSIVE_WAIT | 21 | Recursive wait
|