Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Function kcHttpGetRc2String

The help function kcHttpGetRc2String returns as function result the name of the passed value followed by this value in parenthesis as printable null-terminated string.

Function declaration kcHttpGetRc2String
char * kcHttpGetRc2String( kc_http_retcode httpRc);
This function has following parameters:
>>httpRcValue from enum kc_http_retcode.
Example
printf("Return code is %s.", kcHttpGetRc2String( KC_HTTP_HEADER_NAME_TOO_LONG));
Output
Return code is KC_HTTP_HEADER_NAME_TOO_LONG (-7).