Error code.
More...
#include <wpinet/uv/Error.h>
|
| | Error ()=default |
| |
| | Error (int err) |
| |
| | operator bool () const |
| | Boolean conversion.
|
| |
| int | code () const |
| | Returns the error code.
|
| |
| const char * | str () const |
| | Returns the error message.
|
| |
| const char * | name () const |
| | Returns the error name.
|
| |
◆ Error() [1/2]
| wpi::uv::Error::Error |
( |
| ) |
|
|
default |
◆ Error() [2/2]
| wpi::uv::Error::Error |
( |
int | err | ) |
|
|
inlineexplicit |
◆ code()
| int wpi::uv::Error::code |
( |
| ) |
const |
|
inline |
◆ name()
| const char * wpi::uv::Error::name |
( |
| ) |
const |
|
inline |
◆ operator bool()
| wpi::uv::Error::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Boolean conversion.
Returns true if error, false if ok.
◆ str()
| const char * wpi::uv::Error::str |
( |
| ) |
const |
|
inline |
Returns the error message.
The documentation for this class was generated from the following file: