pub unsafe extern "C" fn file_stream_get_error(
    stream: *mut Stream
) -> FS_Error
Expand description

Retrieves the error id from the file object

Returns:

  • FS_Error error id

Arguments

  • stream - pointer to stream object.