8#include "Arp/Base/Core/Enum.hxx"
38 AuthorizationFailure = 3,
63ARP_EXPORT std::ostream& operator<<(std::ostream& os,
AccessErrorCode value);
64ARP_EXPORT std::istream& operator>>(std::istream& is,
AccessErrorCode& value);
70template<>
struct fmt::formatter<
Arp::Device::Interface::Services::AccessErrorCode> :
public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
Namespace for hardware abstraction services
AccessErrorCode
Enumeration for error codes returned from Device.Interface.Services.
Definition: AccessErrorCode.hpp:19
@ OutOfRange
A value is out of range
@ IncompatibleType
The type of the new value is wrong
@ UnknownSetting
Unknown setting id
@ InvalidParameter
A parameter is invalid
@ UnknownError
Unkown Error
Root namespace for the PLCnext API