
| My Project
    | 
| Functions | |
| void | wc_ErrorString (int err, char *buff) | 
| This function stores the error string for a particular error code in the given buffer.  More... | |
| const char * | wc_GetErrorString (int error) | 
| This function returns the error string for a particular error code.  More... | |
| void wc_ErrorString | ( | int | err, | 
| char * | buff | ||
| ) | 
This function stores the error string for a particular error code in the given buffer.
| error | error code for which to get the string | 
| buffer | buffer in which to store the error string. Buffer should be at least WOLFSSL_MAX_ERROR_SZ (80 bytes) long | 
Example
| const char* wc_GetErrorString | ( | int | error | ) | 
This function returns the error string for a particular error code.
| error | error code for which to get the string | 
Example