Function storage_error_get_desc
Source pub unsafe extern "C" fn storage_error_get_desc(
error_id: FS_Error,
) -> *const c_char
Expand description
Get the textual description of a numeric error identifier.
§Arguments
error_id - numeric identifier of the error in question.
§Returns
pointer to a statically allocated zero-terminated string containing the respective error text.