|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Exception from the I/O layer. More...
#include <exception.h>
Public Member Functions | |
| ZgyIoError (const std::string &filename, int system_errno) | |
| Exception from the I/O layer. | |
Additional Inherited Members | |
Protected Member Functions inherited from OpenZGY::Errors::ZgyError | |
| ZgyError (const std::string &arg) | |
| Base class for all exceptions thrown by OpenZGY. | |
Exception from the I/O layer.
Some error was received from a linux syscall acting on a file. For cloud access the actual exception thrown by the back end might be reported instead of wrapping it into a ZgyIoError.
1.8.17