Evo C++ Library v0.5.1
|
#include <evo/ioasync_client.h>
Client error event.
Public Member Functions | |
virtual | ~OnError () |
Destructor. More... | |
virtual void | on_error (AsyncError error) |
Called on an error that breaks the connection. More... | |
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Called on an error that breaks the connection.
error | Error value |