8#include "Arp/Base/Core/Enum.hxx"
70template<>
struct fmt::formatter<
Arp::Io::ProfinetStack::System::Services::ConfigurationErrorCode> :
public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
Namespace for Profinet I/O system services
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.
@ UnknownConfiguration
Configuration option is unknown
@ UnknownComponent
Profinet component with specifed name not registered
@ ReadOnly
The store is read only and may not be modified
Root namespace for the PLCnext API