2#include <ossia/detail/config.hpp>
16struct OSSIA_EXPORT
parse_error final :
public std::runtime_error
19 : std::runtime_error(std::move(e))
33 : std::runtime_error(std::move(e))
50 : std::logic_error(std::move(e))
62 : std::runtime_error(std::move(e))
74 : std::runtime_error(std::move(e))
Used when a bad network request is done on a local server.
Definition network/exceptions.hpp:72
The connection_error class.
Definition network/exceptions.hpp:31
The invalid_node_error class.
Definition network/exceptions.hpp:48
The invalid_value_type_error class.
Definition network/exceptions.hpp:87
Used when a requested node could not be found.
Definition network/exceptions.hpp:60
The parse_error class.
Definition network/exceptions.hpp:17