PLCnext API Documentation 25.0.2.69
AuthenticationError.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
8#include "Arp/Base/Core/Enum.hxx"
9
10// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED
11
13{
14
19{
23 None = 0,
24
37 InvalidCredentials = 1,
38
45 PenaltyDelayActive = 2,
46
55 SessionLimitReached = 3,
56
66
75 TryAgainLater = 5,
76};
77
79// global stream operators of enum AuthenticationError for logging and parsing
80ARP_EXPORT std::ostream& operator<<(std::ostream& os, AuthenticationError value);
81ARP_EXPORT std::istream& operator>>(std::istream& is, AuthenticationError& value);
82
83} // end of namespace Arp::System::Um::Services
84
86// template specialization of AuthenticationError formatter
87template<> struct fmt::formatter<Arp::System::Um::Services::AuthenticationError> : public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
Namespace for services of the User Manager (UM)
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