8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace Plc {
namespace Gds {
namespace Services
119ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
DataAccessError value);
120ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
DataAccessError& value);
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:28
DataAccessError
This enumeration contains the possible data access errors.
Definition: DataAccessError.hpp:19
@ UnvalidSubscription
Invalid subscription.
@ TypeMismatch
During a write operation the type of the value is not suitable for the particular variable.
@ NotExists
The variable does not exist.
@ PortNameSemanticError
The semantic of the name of the variable as given during a write or read operation is semantically no...
@ StringConversionFailed
The string conversion failed with an error.
@ StringLengthExceeds
The string length exceeds.
@ PortNameSyntaxError
The name of the variable as given during a write or read operation is syntactically not correct.
@ CurrentlyUnavailable
The requested service is currently not available.
Root namespace for the PLCnext API