Namespace: GF.Api.Values.Users
Assembly: GF.Api.Values (in GF.Api.Values.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| InvalidUserOrPassword | 0 | Invalid user name or password | |
| UserAlreadyConnected | 1 | User with same name already connected | |
| InvalidClientVersion | 2 | Invalid client version - upgrade required | |
| Expired | 3 | User account is expired | |
| Disabled | 4 | User disabled | |
| Locked | 5 | User temporarily locked out | |
| SoftwareNotPermitted | 6 | User software is not allowed to connect | |
| DisconnectedByOwner | 7 | Session is disconnected by owner | |
| PasswordExpired | 8 | Password has been expired | |
| LaggedLogon | 9 | ||
| SessionOpenError | 10 | Session open error | |
| DisconnectedByAdmin | 11 | Session closed by admin | |
| ConnectionError | 12 | Unable to connect to server |
See Also