|
OpenZGY/C++ Public API (ALPHA)
Access seismic data stored in ZGY format.
|
Exception used internally to request a retry. More...
#include <exception.h>
Public Member Functions | |
| ZgySegmentIsClosed (const std::string &arg) | |
| Exception used internally to request a retry. | |
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 used internally to request a retry.
A write to the cloud failed because the region that was attempted written had already been flushed. And the cloud back-end does not allow writing it again. The calling code, still inside the OpenZGY library, should be able to catch and recover from this problem.
1.8.17