2#ifndef _MDBX_CONTAINERS_EXCEPTION_HPP_INCLUDED
3#define _MDBX_CONTAINERS_EXCEPTION_HPP_INCLUDED
MdbxException(const std::string &message, int error_code=-1)
Constructs a new MdbxException with the given message and error code.
int error_code() const noexcept
Returns the MDBX error code associated with this exception.
int m_error_code
The MDBX error code associated with the exception.