Errors system and codes description.
Modules | |
| error | |
| OZO related errors. | |
| sqlstate | |
| SQL state related errors and conditions. | |
| errc | |
| Useful error conditions. | |
Types | |
| using | ozo::error_code = boost::system::error_code |
| Error code representation of the library. More... | |
| using | ozo::system_error = boost::system::system_error |
| Error code contaning exception of the library. More... | |
| using | ozo::error_category = boost::system::error_category |
| Error category representation of the library. More... | |
| using | ozo::error_condition = boost::system::error_condition |
| Error condition representation of the library. More... | |
| using ozo::error_category = typedef boost::system::error_category |
Error category representation of the library.
| using ozo::error_code = typedef boost::system::error_code |
Error code representation of the library.
In this library the Boost.System's error_code is used. The reason is what it is provided by the Boost.Asio library. So the related definitions look like this:
std::error_code support may be added. | using ozo::error_condition = typedef boost::system::error_condition |
Error condition representation of the library.
| using ozo::system_error = typedef boost::system::system_error |
Error code contaning exception of the library.