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 <FMEThirdPartyWarningsDisable.h>
7#include <boost/asio/error.hpp>
8#include <FMEThirdPartyWarningsRestore.h>
9
10
11namespace 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}
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
boost::system::error_code ErrorCode
Definition ErrorCodes.h:13
boost::system::system_error SystemError
Definition ErrorCodes.h:16