8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace System {
namespace Um {
namespace Services
37 InvalidCredentials = 1,
45 PenaltyDelayActive = 2,
55 SessionLimitReached = 3,
81ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
AuthenticationError& value);
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:38
@ System
System components used by the System, Device, Plc or Io domains.
AuthenticationError
Describes several error codes which can occur during an authentication request.
Definition: AuthenticationError.hpp:19
@ UserPasswordExpired
The currently set password for the user has expired and needs to be changed.
Root namespace for the PLCnext API