Enumerations | |
enum | EMCErrorCode { kMCUnableToBindToPort = 1, kMCUnableToListenOnPort = 2, kMCUnableToAcceptConnection = 3, kMCUnableToConnect = 4 } |
Functions | |
const TMCString * | GetErrorMessage (EMCErrorCode errorCode) |
enum EMCErrorCode |
const TMCString* GetErrorMessage | ( | EMCErrorCode | errorCode | ) |
Returns a string with the text corresponding to a given error code in MCCore. This function can be called from an extension as well as from the application. and it is thread safe.
errorCode | The error code (see EMCErrorCode) |