storage_file_get_error

Function storage_file_get_error 

Source
pub unsafe extern "C" fn storage_file_get_error(
    file: *mut File,
) -> FS_Error
Expand description

Get the numeric error identifier from a file instance.

It is not possible to get the error identifier after the file has been closed.

§Arguments

  • file - pointer to the file instance in question (must NOT be NULL).

§Returns

numeric identifier of the last error associated with the file instance.