Clio  develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
Error.hpp
1#pragma once
2
3#include <boost/system/detail/error_code.hpp>
4
5namespace web::ng {
6
10using Error = boost::system::error_code;
11
12} // namespace web::ng