1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
// WARNING: this file is auto-generated by xtask gen and may be overwritten
use super::*;
/// The version of the supplied content information is not supported.
pub const ERROR_CONTENTINFO_VERSION_UNSUPPORTED : ErrorCode = ErrorCode::from_constant(4050); // PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED
/// The supplied content information is malformed.
pub const ERROR_CANNOT_PARSE_CONTENTINFO : ErrorCode = ErrorCode::from_constant(4051); // PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO
/// The requested data cannot be found in local or peer caches.
pub const ERROR_MISSING_DATA : ErrorCode = ErrorCode::from_constant(4052); // PEERDIST_ERROR_MISSING_DATA
/// No more data is available or required.
pub const ERROR_NO_MORE : ErrorCode = ErrorCode::from_constant(4053); // PEERDIST_ERROR_NO_MORE
/// The supplied object has not been initialized.
pub const ERROR_NOT_INITIALIZED : ErrorCode = ErrorCode::from_constant(4054); // PEERDIST_ERROR_NOT_INITIALIZED
/// The supplied object has already been initialized.
pub const ERROR_ALREADY_INITIALIZED : ErrorCode = ErrorCode::from_constant(4055); // PEERDIST_ERROR_ALREADY_INITIALIZED
/// A shutdown operation is already in progress.
pub const ERROR_SHUTDOWN_IN_PROGRESS : ErrorCode = ErrorCode::from_constant(4056); // PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS
/// The supplied object has already been invalidated.
pub const ERROR_INVALIDATED : ErrorCode = ErrorCode::from_constant(4057); // PEERDIST_ERROR_INVALIDATED
/// An element already exists and was not replaced.
pub const ERROR_ALREADY_EXISTS : ErrorCode = ErrorCode::from_constant(4058); // PEERDIST_ERROR_ALREADY_EXISTS
/// Can not cancel the requested operation as it has already been completed.
pub const ERROR_OPERATION_NOTFOUND : ErrorCode = ErrorCode::from_constant(4059); // PEERDIST_ERROR_OPERATION_NOTFOUND
/// Can not perform the requested operation because it has already been carried out.
pub const ERROR_ALREADY_COMPLETED : ErrorCode = ErrorCode::from_constant(4060); // PEERDIST_ERROR_ALREADY_COMPLETED
/// An operation accessed data beyond the bounds of valid data.
pub const ERROR_OUT_OF_BOUNDS : ErrorCode = ErrorCode::from_constant(4061); // PEERDIST_ERROR_OUT_OF_BOUNDS
/// The requested version is not supported.
pub const ERROR_VERSION_UNSUPPORTED : ErrorCode = ErrorCode::from_constant(4062); // PEERDIST_ERROR_VERSION_UNSUPPORTED
/// A configuration value is invalid.
pub const ERROR_INVALID_CONFIGURATION : ErrorCode = ErrorCode::from_constant(4063); // PEERDIST_ERROR_INVALID_CONFIGURATION
/// The SKU is not licensed.
pub const ERROR_NOT_LICENSED : ErrorCode = ErrorCode::from_constant(4064); // PEERDIST_ERROR_NOT_LICENSED
/// PeerDist Service is still initializing and will be available shortly.
pub const ERROR_SERVICE_UNAVAILABLE : ErrorCode = ErrorCode::from_constant(4065); // PEERDIST_ERROR_SERVICE_UNAVAILABLE
/// Communication with one or more computers will be temporarily blocked due to recent errors.
pub const ERROR_TRUST_FAILURE : ErrorCode = ErrorCode::from_constant(4066); // PEERDIST_ERROR_TRUST_FAILURE