|
Seismic Drive Client API
|
#include <SDException.h>


Classes | |
| class | Impl |
Public Member Functions | |
| std::string | whatsNotBuilt () |
| NotBuilt (const Impl &impl) | |
| ~NotBuilt () | |
Public Member Functions inherited from seismicdrive::error::storage::ProviderError | |
| ProviderError (const Impl &impl) | |
| ~ProviderError () | |
Public Member Functions inherited from seismicdrive::error::storage::Error | |
| Error (const Impl &impl) | |
| ~Error () | |
Protected Member Functions | |
| NotBuilt (Impl *impl) | |
Protected Member Functions inherited from seismicdrive::error::storage::ProviderError | |
| ProviderError (Impl *impl) | |
Protected Member Functions inherited from seismicdrive::error::storage::Error | |
| Error (Impl *impl) | |
Protected Attributes | |
| Impl & | impl |
Protected Attributes inherited from seismicdrive::error::storage::ProviderError | |
| Impl & | impl |
Protected Attributes inherited from seismicdrive::error::storage::Error | |
| std::shared_ptr< Impl > | impl |
Support for the specified cloud storage provider was not included in this SDAPI build.
| seismicdrive::error::storage::NotBuilt::NotBuilt | ( | const Impl & | impl | ) |
| seismicdrive::error::storage::NotBuilt::~NotBuilt | ( | ) |
|
protected |
| std::string seismicdrive::error::storage::NotBuilt::whatsNotBuilt | ( | ) |
Returns information about what triggered the exception, typically a cloud provider description like "ibm" or "aws".
|
protected |
1.8.14