Function nn_strerror

Source
pub unsafe extern "C" fn nn_strerror(error: NNError) -> *const c_char
Expand description

Returns the string associated with a given error.

@see NNError

@param error The NNError to be represented as a string.

@return The string representation when the error is valid. @return NULL when the error is not valid.

@since 2.0