PLCnext API Documentation 23.6.0.37
AccessErrorCode.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8#include "Arp/System/Core/Enum.hxx"
9
10// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED
11
12namespace Arp { namespace Device { namespace Interface { namespace Services
13{
14
19{
23 None = 0,
24
28 UnknownError = 1,
29
34
39
44
48 InvalidFormat = 5,
49
54
58 OutOfRange = 7,
59};
60
62// global stream operators of enum AccessErrorCode for logging and parsing
63ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, AccessErrorCode value);
64ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, AccessErrorCode& value);
65
66}}}} // end of namespace Arp::Device::Interface::Services
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:38
AccessErrorCode
Enumeration for error codes returned from Device.Interface.Services.
Definition: AccessErrorCode.hpp:19
@ IncompatibleType
The type of the new value is wrong
@ InvalidFormat
The format of the new value is wrong
Root namespace for the PLCnext API