OpenZGY/C++ Public API (ALPHA)
Access seismic data stored in ZGY format.
Public Member Functions | List of all members
OpenZGY::Errors::ZgySegmentIsClosed Class Reference

Exception used internally to request a retry. More...

#include <exception.h>

Inheritance diagram for OpenZGY::Errors::ZgySegmentIsClosed:
OpenZGY::Errors::ZgyError

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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: