Function osStrError
Source pub unsafe extern "C" fn osStrError(error: Result) -> *const c_char
Expand description
Retrieves basic information about a service error.
§Arguments
error - Error to retrieve information about.
§Returns
A string containing a summary of an error.
This can be used to get some details about an error returned by a service call.