Seismic Drive Client API
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
seismicdrive::error::dataset::UpdateFailed Class Reference

#include <SDException.h>

Inheritance diagram for seismicdrive::error::dataset::UpdateFailed:
Inheritance graph
[legend]
Collaboration diagram for seismicdrive::error::dataset::UpdateFailed:
Collaboration graph
[legend]

Classes

class  Impl
 

Public Member Functions

std::string getPath ()
 
std::string getField ()
 
 UpdateFailed (const Impl &impl)
 
 ~UpdateFailed ()
 
- Public Member Functions inherited from seismicdrive::error::dataset::Error
std::string getPath ()
 
 Error (const Impl &impl)
 
 ~Error ()
 

Protected Member Functions

 UpdateFailed (Impl *impl)
 
- Protected Member Functions inherited from seismicdrive::error::dataset::Error
 Error (Impl *impl)
 

Protected Attributes

Implimpl
 
- Protected Attributes inherited from seismicdrive::error::dataset::Error
std::shared_ptr< Implimpl
 

Detailed Description

Dataset update failed.

Constructor & Destructor Documentation

◆ UpdateFailed() [1/2]

seismicdrive::error::dataset::UpdateFailed::UpdateFailed ( const Impl impl)

◆ ~UpdateFailed()

seismicdrive::error::dataset::UpdateFailed::~UpdateFailed ( )

◆ UpdateFailed() [2/2]

seismicdrive::error::dataset::UpdateFailed::UpdateFailed ( Impl impl)
protected

Member Function Documentation

◆ getField()

std::string seismicdrive::error::dataset::UpdateFailed::getField ( )

Returns the name of the update target (a dataset field).

◆ getPath()

std::string seismicdrive::error::dataset::UpdateFailed::getPath ( )

Returns the dataset path.

Member Data Documentation

◆ impl

Impl& seismicdrive::error::dataset::UpdateFailed::impl
protected

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