Represents a transient database error that the caller should retry.
More...
#include <BackendInterface.hpp>
|
| | DatabaseError (std::string message) |
| | Construct with a description of the underlying failure.
|
| char const * | what () const noexcept override |
Represents a transient database error that the caller should retry.
◆ DatabaseError()
| data::DatabaseError::DatabaseError |
( |
std::string | message | ) |
|
|
inlineexplicit |
Construct with a description of the underlying failure.
- Parameters
-
| message | What actually went wrong. |
◆ what()
| char const * data::DatabaseError::what |
( |
| ) |
const |
|
inlinenodiscardoverridenoexcept |
- Returns
- The error message as a C string
The documentation for this class was generated from the following file: