The OSV enumeration is used to analyze the result of a call to an Optima Server method. The enumeration contains:
Value |
Description |
---|---|
OK |
No error occurred. |
InvalidSession |
An invalid session identifier was received by the server. |
NoSession |
No sessions are available on the server. |
GeneralError |
An unknown or unspecified error occurred on the server. |
InvalidCommand |
An invalid command was sent to the server. |
InvalidParameter |
An invalid parameter was sent to the server. |
NotConnected |
The application is not currently connected to the server. |
SessionNotInitialized |
An attempt has been made to use a COptimaSearchSession before it is initialized. |
MemoryError |
A memory allocation error has occurred on the server. |
NotLicensed |
An attempt has been made to use a dataset that is not licensed or has an expired license. |
SocketError |
A communication error has occurred between the client and the server. |
SocketTimeout |
A network timeout has occurred between the client and the server. |
OperationTimeout |
A search timeout occurred on the server when processing a request from the client. |
ClusterSocketError |
A communication error occurred between two nodes in a Trillium Geolocation server cluster. This can only occur when the server is being used in a clustered configuration. |
ClusterSocketTimeout |
A communication timeout occurred between two nodes in a Trillium Geolocation server cluster. This can only occur when the server is being used in a clustered configuration. |
ClusterError |
A general or unspecified error occurred in a Trillium Geolocation server cluster. This can only occur when the server is being used in a clustered configuration. |
NoCountry |
No country could be identified in the input data. This value can only be returned if the default country feature has been disabled by setting the default country value to an empty string. |