Search:

xerr

As defined in xerr.h

typedef xuint32 xerr;

Description: Exegy specific error code definitions (even is good, odd is bad)

Enums

XSUCCESS0// (SUCCESS) No error
XFOUND1024// (SUCCESS) Item Found
XPERM1025// Operation not permitted
XCOMPLETE1026// (SUCCESS) Search completed, item not found
XNOENT1027// No entry found
XMOREDATA1028// (SUCCESS) Some data returned, more data available
XIO1029// I/O error
XAPPROXIMATE1030// (SUCCESS) Result returned, but is only approximate
XWOULDBLOCK1031// Operation would block
XMODIFIED1032// (SUCCESS) Result returned, but (other) data was modified
XACCESS1033// Permission denied
XPARTIALSUCCESS1034// (SUCCESS) Some aspects of operation were successful, but others were not
XADDR1035// Bad address
XINTERBOUNDARY1036// (SUCCESS) Data returned is in between boundary events
XBUSY1037// Device or resource busy
XQUEUEDELAY1038// (WARNING) Queuing delay detected
XEXIST1039// Item already exists
XRESUMED1040// (SUCCESS) Normal processing has resumed
XNODEV1041// No such device
XNOCHANGE1042// (SUCCESS) Operation ignored, would do nothing
XNOTDIR1043// Not a directory
XISDIR1045// Is a directory
XINVAL1047// Invalid argument
XNOMEM1049// Not enough memory
XIMPL1051// Function not implemented
XNODATA1053// No data available
XTIME1055// Timer expired
XNOLINK1057// Link has been severed
XCOMM1059// Communication error
XPROTO1061// Protocol error
XADDRINUSE1063// Address in use
XCONNRESET1065// Connection reset by peer
XCONNREFUSED1067// Connection refused
XINTR1069// Operation interrupted
XEND1071// End of results
XNOCARD1073// No available cards
XBADCHAIN1075// Invalid operation chain
XCAPACITY1077// Capacity exceeded
XHWNOTLOADED1079// Hardware not loaded
XSOCKET1081// Socket error
XVERSION1083// Version mismatch
XBADSTATE1085// Inconsistent or bad state
XSLOWCONSUMER1087// Client was disconnected because it's a slow consumer
XBADSYMBOL1089// Invalid symbol
XOVERFLOW1091// Overflow
XNOTCONNECTED1093// Socket not connected
XDUPLICATE1095// Duplicate item
XIGNORE1097// Ignored
XBADHANDLE1099// Invalid handle
XBADFIELD1101// Invalid field
XBADSLOT1103// Invalid slot
XLOGINFAILED1105// Login failed
XPENDING1107// Pending
XSTALE1109// Data is stale
XUNINIT1111// Subsystem uninitialized
XTIMEOUT1113// Connection timed out
XNOTSUP1115// Not supported
XTYPE1117// Type not supported for specified field
XALREADY1119// Already connected
XRETRY1121// Exceeded maximum number of retries
XINTERR1123// Internal error
XMISSING1125// Item is missing, but shouldn't be
XABORT1127// Operation was or should be aborted
XBADDATA1129// Bad data encountered
XAMBIG1131// Ambiguous data or command
XNOTERMS1133// No search terms
XCONFIG1135// Configuration data is missing or invalid
XNONSENSE1137// Nonsensical command or request received
XBADDEPTH1139// Bad depth
XBADSIZE1141// Bad size
XTHREAD1143// Wrong thread for function
XHASREGIONAL1145// Regional exists
XDOWN1147// Server down for maintenance
XERROR1149// General error condition
XBADFIRMWARE1151// Unsupported HCA firmware revision
XUNRECOVERABLELOSS1153// Unrecoverable loss detected in transport session
XSYMBOLQUOTA1155// Symbol quota has been reached
XCONNLIMIT1157// Connection limit reached
XREADONLY1159// Invalid call for a read-only field or container
XINVALIDADDR1161// Invalid hardware address
XEXPIRED1163// Expired symbol
XSESSIONINUSE1165// The session is already in use
XSESSIONLIMIT1167// The client has hit its session limit
XINVALIDSESSION1169// Invalid session id
XDISABLED1171// Target is disabled
XDELETE1173// Target should be deleted
XDEAUTHORIZE1175// Deauthorized for content
XFORCEOFF1177// Force disconnect


[ Top Of Page ]