Enumerations | |
enum | GS_ERROR { GS_OK = 0, GS_ERROR_WINSOCK, GS_ERROR_UNKNOWNTYPE, GS_ERROR_UNKNOWNHOST, GS_ERROR_CONNECT, GS_ERROR_TIMEOUT, GS_ERROR_CORRUPT, GS_ERROR_UNKNOWNPORT, GS_ERROR_NOTIMPLEMENTED, GS_ERROR_INVALIDPARAMETER } |
Error types. More... | |
Functions | |
unsigned short | GSLastError (void) |
Retrieves information on the last error, if any. | |
const char * | GSErrorString (unsigned short err) |
Translates an error code into a human-readable string. | |
const char * | GSLastErrorString (void) |
Retrieves information on the last error, if any. |
|
|
Translates an error code into a human-readable string.
|
|
Retrieves information on the last error, if any.
|
|
Retrieves information on the last error, if any.
|