|   | General Functions | 
| TIEXPORT1 int TICALL ticables_error_get(int number, char **message) | 
| number : | error number (see error.h for list). | 
| message : | a newly GLib allocated string which contains corresponding error *message. | 
| Return value : | 0 if error has been caught, the error number otherwise (propagation). | 
| TIEXPORT1 int TICALL ticables_error_free(char *message) | 
| message : | a message previously allocated by ticables_error_get() | 
| Return value : | 0 if the argument was valid and the message was freed, nonzero otherwise. |