ServerResponse Enumeration
Server response
Namespace: SnapDB.Snap.Services.NetAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public enum ServerResponse
Public Enumeration ServerResponse
public enum class ServerResponse
SnapDB.Snap.Services.Net.ServerResponse = function();
SnapDB.Snap.Services.Net.ServerResponse.createEnum('SnapDB.Snap.Services.Net.ServerResponse', false);
| UnhandledException | 0 | |
| UnknownProtocol | 1 |
Occurs at first connection if the protocol version is not recognized by the server.
|
| ConnectedToRoot | 2 | |
| ListOfDatabases | 3 | |
| DatabaseDoesNotExist | 4 | |
| DatabaseKeyUnknown | 5 | |
| DatabaseValueUnknown | 6 | |
| SuccessfullyConnectedToDatabase | 7 | |
| GoodBye | 8 | |
| UnknownCommand | 9 | |
| UnknownEncodingMethod | 10 | |
| EncodingMethodAccepted | 11 | |
| DatabaseDisconnected | 12 | |
| UnknownDatabaseCommand | 13 | |
| UnknownOrCorruptSeekFilter | 14 | |
| UnknownOrCorruptMatchFilter | 15 | |
| UnknownOrCorruptReaderOptions | 16 | |
| SerializingPoints | 17 | |
| ErrorWhileReading | 18 | |
| CanceledRead | 19 | |
| ReadComplete | 20 | |
| ServerNameTooLong | 21 |
Occurs during initial connection.
Indicates that the server name
string was longer than 100 characters.
|
| ServerNameDoesNotMatch | 22 |
Occurs when the server name
specified in the initial connection
does not match this server.
|
| RequiresLogin | 23 |
Occurs when the user has not yet logged in.
|
| KnownProtocol | 24 | |
| AuthenticationFailed | 25 | |