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