MeVisLab Toolbox Reference
ErrorCodes.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 
4 #pragma once
5 
6 #include <ThirdPartyWarningsDisable.h>
7 #include <boost/asio/error.hpp>
8 #include <ThirdPartyWarningsRestore.h>
9 
10 
11 namespace asio {
12 
13  using ErrorCode = boost::system::error_code;
14  namespace ErrorCodes = boost::asio::error;
15 
16  using SystemError = boost::system::system_error;
17 
18 }
boost::system::error_code ErrorCode
Definition: ErrorCodes.h:13
boost::system::system_error SystemError
Definition: ErrorCodes.h:16