|
iceberg-cpp
|
Table commit operation error handler. 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< TableCommitErrorHandler > & | 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. | |
Table commit operation error handler.
|
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.