22 explicit operator bool()
const {
return m_err < 0; }
27 int code()
const {
return m_err; }
int code() const
Returns the error code.
Definition Error.hpp:27
const char * str() const
Returns the error message.
Definition Error.hpp:32
const char * name() const
Returns the error name.
Definition Error.hpp:37
Error(int err)
Definition Error.hpp:17
Definition Errors.hpp:112
Definition Prepare.hpp:14
UV_EXTERN const char * uv_strerror(int err)
UV_EXTERN const char * uv_err_name(int err)