Function ecl::devices::sync_exception

Function Documentation

StandardException ecl::devices::sync_exception(const char *loc, const std::string &file_name)

This function generates a custom StandardException response for posix error numbers generated by posix fsync calls.

Parameters:
  • loc – : use with the LOC macro, identifies the line and file of the code.

  • file_name – : not directly used, but incorporated into the debugging message.