PLCnext API Documentation 23.6.0.37
BoostErrorCode.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8#include "boost/filesystem.hpp"
9// forwards
10//namespace boost { namespace system
11//{
12// class error_code;
13//}} // end of namespace boost::system
14//
15
16namespace Arp { namespace System { namespace Commons { namespace Io
17{
18
19void MapBoostErrorCodeToException(const String& path, const boost::system::error_code& boostErrorCode);
20void MapBoostErrorCodeToException(const String& sourcePath, const String& destinationPath, const boost::system::error_code& boostErrorCode);
21
22}}}} // end of namespace Arp::System::Commons::Io
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API