Malloy
Loading...
Searching...
No Matches
error.hpp
1#pragma once
2
3#include <boost/beast/core/error.hpp>
4
5namespace malloy
6{
7
9 using error_code = boost::beast::error_code;
10
11}
Definition: controller.hpp:32
boost::beast::error_code error_code
Error code used to signify errors without throwing. Truthy means it holds an error.
Definition: error.hpp:9