An enumeration of all error codes returned as part of the NetricsException object.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum NetricsException.error_codes |
C# |
---|
public enum NetricsException.error_codes |
C++ |
---|
public enum class NetricsException.error_codes |
J# |
---|
public enum NetricsException.error_codes |
JScript |
---|
public enum NetricsException.error_codes |
Members
Description | |
---|---|
STATUSOK | Success |
PARTIAL | Partial search results |
NOSYSINIT | System not initialized |
SYSINIT | System already initialized |
FEATURESET | Feature not available |
FEATUREOFF | Feature present but disabled |
EXPECTLIST | A list was expected |
EXPECTTBLDESC | A database descriptor lpar was expected |
EXPECTRTBLDESC | A remote database descriptor lpar was expected |
EXPECTRECORD | A record was expected |
EXPECTRECKEY | A record key lpar was expected |
EXPECTQUERY | A query lpar was expected |
EXPECTTHESNAME | A thesaurus name lpar was expected |
EXPECTCHARMAP | A character map name lpar was expected |
TBLPARAM | Unrecognized database parameter |
CHARCONV | Error in character encoding conversion |
CHARMAP | Invalid character mapping |
NORECKEY | A record key is required |
NOSRCHTXT | Searchable text is required |
NUMFIELDS | Record has the wrong number of fields |
FIELDLENSUM | Field lengths do not sum to record length |
FIELDLEN | Single field length greater than 2^16-3 |
UNKFIELD | Unknown field |
NSFIELD | Attempt to search non-searchable field |
NOWGTFLD | No weight field specified in record weight expression. |
QUERYEXPR | Badly constructed query expression |
SRCHPARAM | Unrecognized search parameter |
UPDPARAM | Unrecognized update parameter |
PARAMVAL | Parameter value out of legal range |
PARAMCONFLICT | Conflicting parameters |
PARAMMISSING | Parameter missing from list |
PARAMTYPE | Parameter type is invalid for operation |
ARRAYLEN | Array parameter has wrong number of values |
LISTLEN | List has wrong number of items |
PREDTYPE | Predicate does not evaluate to boolean type |
PREDSTRING | Error in Predicate string. See error info item. |
NOTBLDESC | No database descriptor |
TBLNOTFOUND | Database not found |
TBLEXISTS | Database already exists |
TBLLOCKED | Database locked by lkt_dblock |
TBLUNLOCKED | Database not locked by lkt_dblock |
TBLMOVESAME | Source and destination database are the same |
TBLNOFIELDS | Field support was not requested for this database |
NORECORDS | No records |
RECEXISTS | Record already exists |
RECNOTFOUND | Record not found |
PARTIALCHPT | Some of the tables failed to checkpoint |
CHPTFAIL | All of the tables failed to checkpoint |
PARTIALRESTORE | Some of the tables failed to restore |
RESTOREFAIL | All of the tables failed to restore |
DUPRECKEYS | Duplicate keys in a batch |
DUPTBLDESCS | Duplicate dbdescs given |
DUPFIELDNAMES | Duplicate field names given |
THESNOTFOUND | Thesaurus not found |
NORLINKMODEL | No rlink model |
RLINKMODELNOTFOUND | Rlink model not found |
NOFEATUREVEC | No feature vec |
NUMFEATURESMISMATCH | Rlink model num features mismatch |
NOCHARMAP | No character map with the given name |
NOFUNCTION | No callback function |
NOQUERY | No search query |
FILEFORMAT | File format invalid |
IOERROR | I/O Error |
EXPIRED | Trial version expired |
LOOKUP | Core lookup function returned error |
NOSTATUS | The NULL error |
NOMEM | Out of memory |
INTERNAL | Unexpected Internal Error (contact Netrics) |
EXPECTKEYFIELD | Key field not identified in file load |
SVR_IPCEOF | Unexpected EOF |
SVR_IPCTIMEOUT | Socket I/O operation timed out |
SVR_IPCERR | I/O error on socket |
SVR_HANDSHAKE | Protocol handshake failed |
SVR_PROTOCMD | Protocol command not recognized |
SVR_REQUESTFMT | Protocol request format error |
SVR_BYTECOUNT | Protocol byte count out of range |
SVR_LINECOUNT | Protocol line count out of range |
SVR_LINELENGTH | Protocol line too long |
SVR_PARAM | Protocol parameter not recognized |
SVR_PARAMFMT | Protocol parameter format error |
SVR_PARAMVAL | Protocol parameter value illegal |
SVR_PARAMTYPE | Protocol parameter type mismatch |
SVR_NODATABASES | No databases to search |
SVR_NOQUERY | No search query |
SVR_EXTRAINPUT | Unexpected additional input |
SVR_LOGFILE | Log file could not be opened/written |
SVR_ZEROLEN | No searchable text of zero length |
SVR_NOSTATUS | Unparsable status line |
SVR_REMOTEHEAP | Remote heap mode |
SVR_LAYOUT_CONFLICT | Object exists on an overlapping layout. |
SVR_NODE_CONFLICT | Conflicting errors from multiple nodes. |
SVR_NODE_DOWN | Node communications failed. |
SVR_NODE_DATA_SYNC | Objects out of sync between nodes. |
SVR_OTHER_NODE | Node operation aborted because another node in the same operation failed. |
SVR_NO_DEFAULT_LAYOUT | No default layout and the client did not specify one. |
SVR_UNKNOWN_LAYOUT | Client specified a non-existent layout. |
SVR_DEFERRED | An error will be happening, but the specific code isn't known yet. |
SVR_SHUTDOWN | Perform server shutdown |
SVR_BLANKLINE | List terminator (non-error) |
IPCEOF | Obsolete, use SVR_IPCEOF. |
IPCTIMEOUT | Obsolete, use SVR_IPCTIMEOUT. |
IPCERR | Obsolete, use SVR_IPCERR. |
HANDSHAKE | Obsolete, use SVR_HANDSHAKE. |
PROTOCMD | Obsolete, use SVR_PROTOCMD. |
REQUESTFMT | Obsolete, use SVR_REQUESTFMT. |
BYTECOUNT | Obsolete, use SVR_BYTECOUNT. |
LINECOUNT | Obsolete, use SVR_LINECOUNT. |
LINELENGTH | Obsolete, use SVR_LINELENGTH. |
PARAM | Obsolete, use SVR_PARAM. |
PARAMFMT | Obsolete, use SVR_PARAMFMT. |
SVRPARAMVAL | Obsolete, use SVR_PARAMVAL. |
NODATABASES | Obsolete, use SVR_NODATABASES. |
SVRNOQUERY | Obsolete, use SVR_NOQUERY. |
EXTRAINPUT | Obsolete, use SVR_EXTRAINPUT. |
LOGFILE | Obsolete, use SVR_LOGFILE. |
ZEROLEN | Obsolete, use SVR_ZEROLEN. |
SVRNOSTATUS | Obsolete, use SVR_NOSTATUS. |
REMOTEHEAP | Obsolete, use SVR_REMOTEHEAP. |
SHUTDOW | Obsolete, use SVR_SHUTDOWN. |