PLCnext API Documentation 23.6.0.37
ConfigurationErrorCode.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 Io { namespace ProfinetStack { namespace System { namespace Services
13{
14
19{
23 None = 0,
24
29
34
38 InternalError = 3,
39
44
48 InvalidValue = 5,
49
53 NotSupported = 6,
54
58 ReadOnly = 7,
59};
60
62// global stream operators of enum ConfigurationErrorCode for logging and parsing
63ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, ConfigurationErrorCode value);
64ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, ConfigurationErrorCode& value);
65
66}}}}} // end of namespace Arp::Io::ProfinetStack::System::Services
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:38
ConfigurationErrorCode
This enumeration defines errors codes of the Arp.Io.ProfinetStack.System.Services....
Definition: ConfigurationErrorCode.hpp:19
@ InvalidValue
The value ist not as expected by the configuration option handler (e.g. out of range)
@ InvalidValueType
The value type is not as expected by the configuration option handler.
@ UnknownComponent
Profinet component with specifed name not registered
Root namespace for the PLCnext API