PLCnext API Documentation 25.0.2.69
AccessErrorCode.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
28 UnknownError = 1,
29
34
38 AuthorizationFailure = 3,
39
44
48 InvalidFormat = 5,
49
54
58 OutOfRange = 7,
59};
60
62// global stream operators of enum AccessErrorCode for logging and parsing
63ARP_EXPORT std::ostream& operator<<(std::ostream& os, AccessErrorCode value);
64ARP_EXPORT std::istream& operator>>(std::istream& is, AccessErrorCode& value);
65
66} // end of namespace Arp::Device::Interface::Services
67
69// template specialization of AccessErrorCode formatter
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
@ IncompatibleType
The type of the new value is wrong
Root namespace for the PLCnext API