The private part of the error handling. More...
Functions | |
const char * | smlErrorTypeGetMessage (SmlErrorType type) |
Returns a string representation for a SyncML error. | |
void | smlErrorSetVargs (SmlError **error, SmlErrorType type, const char *format, va_list args) |
Sets a error from a va_list. |
The private part of the error handling.
const char* smlErrorTypeGetMessage | ( | SmlErrorType | type | ) |
Returns a string representation for a SyncML error.
Please see the OMA documents for the according copyrights.
type | The type to set |
Definition at line 47 of file sml_error.c.
Referenced by smlErrorSetVargs().
void smlErrorSetVargs | ( | SmlError ** | error, | |
SmlErrorType | type, | |||
const char * | format, | |||
va_list | args | |||
) |
Sets a error from a va_list.
error | A pointer to a error struct | |
type | The type to set | |
format | The message | |
args | The arguments to the message |
Definition at line 194 of file sml_error.c.
Referenced by smlErrorSet().