![]() |
GCGlib
0.04.228
GCG Graphics Engine
|
Macros | |
| #define | GCG_NONE 0 |
| Successful operation. | |
| #define | GCG_ALLOCATIONERROR 1 |
| Allocation error. | |
| #define | GCG_INVALIDOBJECT 2 |
| Attempt to use an invalid object. | |
| #define | GCG_BADPARAMETERS 3 |
| Bad parameters. | |
| #define | GCG_INITERROR 4 |
| Initialization problem. | |
| #define | GCG_INTERNALERROR 5 |
| General internal problem. | |
| #define | GCG_TIMEOUT 6 |
| Timeout. | |
| #define | GCG_IOERROR 7 |
| Input/output problem. | |
| #define | GCG_FORMATMISMATCH 8 |
| Format mismatch. | |
| #define | GCG_UNRECOGNIZEDFORMAT 9 |
| Unrecognized format. | |
| #define | GCG_UNSUPPORTEDFORMAT 10 |
| Unsupported format. | |
| #define | GCG_UNSUPPORTEDOPERATION 11 |
| Unsupported operation. | |
| #define | GCG_INFORMATIONPROBLEM 12 |
| Information retrieval problem. | |
| #define | GCG_READERROR 13 |
| General error reading or receiving. | |
| #define | GCG_WRITEERROR 14 |
| General error writing or sending. | |
| #define | GCG_NOTCONNECTED 15 |
| Current object is not connected. | |
| #define | GCG_SOCKETERROR 16 |
| General socket problem. | |
| #define | GCG_SELECTERROR 17 |
| An error occurred in select() | |
| #define | GCG_CONNECTIONCLOSED 18 |
| Connection closed by remote peer. | |
| #define | GCG_HOSTNOTFOUND 19 |
| Host not found. | |
| #define | GCG_CONNECTERROR 20 |
| General connection problem. | |
| #define | GCG_SETSOCKETOPTERROR 21 |
| An error occurred in setsocketopt() | |
| #define | GCG_BINDERROR 22 |
| An error occurred in bind() | |
| #define | GCG_LISTENERROR 23 |
| An error occurred in listen() | |
| #define | GCG_ACCEPTERROR 24 |
| An error occurred in accept() | |
| #define | GCG_EXCEPTION 25 |
| An exception was caught. | |
| #define | GCG_ACCEPTBADADDRESS 26 |
| Accepting with a bad pointer address or too small buffer. | |
| #define | GCG_CONNECTIONREFUSED 27 |
| Connection refused by host. | |
| #define | GCG_CONNECTIONABORTED 28 |
| Connection aborted: data transmission time-out or protocol problem. | |
| #define | GCG_WRITEBADADDRESS 29 |
| Sending with a bad pointer address or too small buffer. | |
| #define | GCG_READBADADDRESS 30 |
| Receiving with a bad pointer address or too small buffer. | |
| #define | GCG_SENDSHUTDOWN 31 |
| Cannot send messages after shutdown. | |
| #define | GCG_RECEIVESHUTDOWN 32 |
| Cannot receive messages after shutdown. | |
| #define | GCG_INVALIDSOCKET 33 |
| Invalid socket. | |
| #define | GCG_STREAMCONTROLERROR 34 |
| Stream control error. | |
| #define | GCG_ALREADYRUNNING 35 |
| Already running. | |
| #define | GCG_CREATIONFAILED 36 |
| Creation failure. | |
| #define | GCG_MUTEXFAILURE 37 |
| Mutex failure. | |
| #define | GCG_SEMAPHOREFAILURE 38 |
| Semaphore failure. | |
| #define | GCG_NOBUFFER 39 |
| No buffer space available or queue full. | |
| #define | GCG_JOBNOTEXECUTED 40 |
| Job not executed. | |
| #define | GCG_INTERRUPTED 41 |
| Interrupted by extern signal. | |
| #define | GCG_DISCONNECTED 42 |
| This object was active and is now disconnected. | |
| #define | GCG_STOPERROR 43 |
| Process, thread or job could not be stoped. | |
| #define | GCG_NOTRUNNING 44 |
| Process, thread or job is not running. | |
| #define | GCG_EXITFAILURE 45 |
| Object did not exit properly. | |
| #define | GCG_RELEASEERROR 46 |
| Resource release error. | |
| #define | GCG_LOCKERROR 47 |
| Lock was not acquired. | |
| #define | GCG_OWNERSHIPERROR 48 |
| Object is not owned by the caller. | |
| #define | GCG_REMOVALERROR 49 |
| Removal error. | |
| #define | GCG_STOREFAILURE 50 |
| Data was not stored. | |
| #define | GCG_OPENERROR 51 |
| Open error. | |
| #define | GCG_DECODEERROR 52 |
| Decode error. | |
| #define | GCG_FUNCTIONCALLFAILED 53 |
| Function call failed. | |
| #define | GCG_GRAPHICSERROR 54 |
| Graphics system error. | |
| #define | GCG_INCOMPATIBILITYERROR 55 |
| Incompatibility error. | |
| #define | GCG_CONFIGERROR 56 |
| Error configuring request. | |
| #define | GCG_UNAVAILABLERESOURCE 57 |
| Unavailable resource. | |
| #define | GCG_STARTERROR 58 |
| Start error. | |
| #define | GCG_OUTOFBOUNDS 59 |
| Out of bounds. | |
| #define | GCG_ENDOFSTREAM 60 |
| End of stream. | |
| #define | GCG_OPERATIONFAILED 61 |
| Operation failed. | |
| #define | GCG_MEMORYLEAK 62 |
| Memory leak detected. | |
| #define | GCG_INSERTIONFAILED 63 |
| Insertion failed. | |
| #define | GCG_ADAPTING 64 |
| Adapting to new conditions. | |
| #define | GCG_UNDEFINED 65 |
| Undefined error. | |