8#include "Arp/Base/Core/Enum.hxx"
12namespace Arp::Services::SoftwareUpdate::Services
18enum class StatusCode :
uint32
28 Uncertain = 1073741824,
38 BadUnexpectedError = 2147549184,
43 BadInternalError = 2147614720,
48 BadOutOfMemory = 2147680256,
53 BadResourceUnavailable = 2147745792,
58 BadCommunicationError = 2147811328,
63 BadTimeout = 2148139008,
68 BadShutdown = 2148270080,
73 BadCertificateInvalid = 2148663296,
78 BadSecurityChecksFailed = 2148728832,
83 BadCertificatePolicyCheckFailed = 2165571584,
88 BadCertificateTimeInvalid = 2148794368,
93 BadCertificateIssuerTimeInvalid = 2148859904,
98 BadCertificateHostNameInvalid = 2148925440,
103 BadCertificateUseNotAllowed = 2149056512,
108 BadCertificateIssuerUseNotAllowed = 2149122048,
113 BadCertificateUntrusted = 2149187584,
118 BadCertificateRevocationUnknown = 2149253120,
123 BadCertificateIssuerRevocationUnknown = 2149318656,
128 BadCertificateRevoked = 2149384192,
133 BadCertificateIssuerRevoked = 2149449728,
138 BadCertificateChainIncomplete = 2165112832,
143 BadUserAccessDenied = 2149515264,
148 BadOutOfRange = 2151415808,
153 BadNotSupported = 2151481344,
158 BadNotFound = 2151546880,
163 BadNotImplemented = 2151677952,
168 BadRequestTimeout = 2156199936,
173 BadConfigurationError = 2156462080,
178 BadInvalidArgument = 2158690304,
183 BadInvalidState = 2158952448,
188 BadWaitingForResponse = 2159149056,
193 BadSyntaxError = 2159411200,
198 BadAlreadyExists = 2165637120,
203ARP_EXPORT std::ostream& operator<<(std::ostream& os, StatusCode value);
204ARP_EXPORT std::istream& operator>>(std::istream& is, StatusCode& value);
210template<>
struct fmt::formatter<
Arp::Services::SoftwareUpdate::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