#include <boost/system/error_code.hpp>
#include "exceptions.hpp"
#include "lua_jailbreak_exception.hpp"
Go to the source code of this file.
Classes | |
struct | wesnothd_error |
An error occured during when trying to coommunicate with the wesnothd server. More... | |
struct | ingame_wesnothd_error |
We received invalid data from wesnothd during a game This means we cannot continue with the game but we can stay connected to wesnothd and start a new game TODO: find a short name. More... | |
struct | wesnothd_connection_error |
an error occured inside the underlying network comminication code (boost asio) TODO: find a short name More... | |