|
iceberg-cpp
|
Namespace-specific error handler for create/read/update operations. More...
#include <error_handlers.h>
Public Member Functions | |
| Status | Accept (const ErrorResponse &error) const override |
| Process an error response and return an appropriate Error. | |
Static Public Member Functions | |
| static const std::shared_ptr< NamespaceErrorHandler > & | Instance () |
| Returns the singleton instance. | |
Static Public Member Functions inherited from iceberg::rest::DefaultErrorHandler | |
| static const std::shared_ptr< DefaultErrorHandler > & | Instance () |
| Returns the singleton instance. | |
Namespace-specific error handler for create/read/update operations.
|
overridevirtual |
Process an error response and return an appropriate Error.
| error | The error response parsed from the HTTP response body |
Reimplemented from iceberg::rest::DefaultErrorHandler.