8 #ifndef BOOSTER_ERROR_CATEGORY_H 9 #define BOOSTER_ERROR_CATEGORY_H 12 #include <booster/system_error.h> 34 class BOOSTER_API
category :
public system::error_category {
39 virtual char const *name()
const noexcept;
41 virtual std::string
message(
int cat)
const;
The provided endpoint (address) is not valid.
Definition: aio_category.h:26
Definition: aio_category.h:34
No error.
Definition: aio_category.h:22
Operation was canceled.
Definition: aio_category.h:23
It was impossible to perform select operation on the file descriptor.
Definition: aio_category.h:24
BOOSTER_API aio_error::category const & get_category()
End of file occured.
Definition: aio_category.h:25
static BOOSTER_UNUSED aio_error::category const & aio_error_cat
Definition: aio_category.h:53
basic_message< char > message
Definition: message.h:494
The io_service was not assigned.
Definition: aio_category.h:27
Booster library namespace. The library that implements Boost Like API in ABI backward compatible way...
Definition: application.h:23
Prefork acceptor support is not enabled.
Definition: aio_category.h:28