8#include "Arp/System/Core/Enum.hxx" 
   10namespace Arp { 
namespace System { 
namespace Commons
 
   21    VeAlreadyExists = 258,  
 
   36    InvalidDataConnection,
 
   72    PlcOutOfMemoryException,
 
   82ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, 
ExceptionTypeId value);
 
   83ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, 
ExceptionTypeId& value);
 
   89template<> 
struct fmt::formatter<
Arp::System::Commons::ExceptionTypeId>: 
public fmt::ostream_formatter {};
 
This is the base class of all Arp exception classes.
Definition: Exception.hpp:21
 
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:33
 
ErrorCode
Possible error codes for data-logger rsc services.
Definition: ErrorCode.hpp:19
 
ExceptionTypeId
Specifies the type id of any exception derived by <see cref="CommonException".
Definition: ExceptionTypeId.hpp:15
 
Root namespace for the PLCnext API
 
Defines some predefined timeouts.
Definition: ChronoTypes.hpp:66