8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace Commons {
namespace Security
49template<>
struct fmt::formatter<
Arp::System::Commons::Security::SecurityConfigurationError>:
public fmt::ostream_formatter {};
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:25
@ DecodeError
A message could not be decoded because some field was out of the specified range or the length of the...
SecurityConfigurationError
Enumeration of possible error codes when interacting with classes in the Security namespace
Definition: SecurityConfigurationError.hpp:17
@ ReadOnly
The store is read only and may not be modified
@ ListTypeNotSupported
The passed ListType is not supported by the implementation of this function
@ ItemNotFound
The named item was not found. E.g. a certificate was not found
@ IOError
An error while writing to disk occured
@ KeyTypeNotSupported
The implementation or function does not support the given keytype
@ StoreNotFound
The named store was not found
@ StoreExists
A store with the name already exists. This can occur when trying to rename a store
Root namespace for the PLCnext API