Function tidyErrorCodeAsKey

Source
pub unsafe extern "C" fn tidyErrorCodeAsKey(code: uint) -> ctmbstr
Expand description

Given a message code, return the text key that represents it. @param code The error code to lookup. @result The string representing the error code.