8#include "Arp/Base/Core/Enum.hxx"
12namespace Arp::Services::BackupAndRestore::Services
18enum class StatusCode :
uint32
28 Uncertain = 1073741824,
38 GoodDataIgnored = 14221312,
43 BadUnexpectedError = 2147549184,
48 BadInternalError = 2147614720,
53 BadOutOfMemory = 2147680256,
58 BadResourceUnavailable = 2147745792,
63 BadTimeout = 2148139008,
68 BadShutdown = 2148270080,
73 BadCertificateInvalid = 2148663296,
78 BadSecurityChecksFailed = 2148728832,
83 BadUserAccessDenied = 2149515264,
88 BadOutOfRange = 2151415808,
93 BadNotSupported = 2151481344,
98 BadNotFound = 2151546880,
103 BadNotImplemented = 2151677952,
108 BadRequestTimeout = 2156199936,
113 BadInvalidArgument = 2158690304,
118 BadInvalidState = 2158952448,
123 BadAlreadyExists = 2165637120,
128ARP_EXPORT std::ostream& operator<<(std::ostream& os, StatusCode value);
129ARP_EXPORT std::istream& operator>>(std::istream& is, StatusCode& value);
135template<>
struct fmt::formatter<
Arp::Services::BackupAndRestore::Services::StatusCode> :
public fmt::ostream_formatter {};
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:33
Root namespace for the PLCnext API