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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
// WARNING: this file is auto-generated by xtask gen and may be overwritten
use *;
/// The cloud sync root metadata is corrupted.
pub const SYNC_ROOT_METADATA_CORRUPT : ErrorCode = from_constant; // ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT
/// The cloud file provider is not running.
pub const PROVIDER_NOT_RUNNING : ErrorCode = from_constant; // ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING
/// The cloud file metadata is corrupt and unreadable.
pub const METADATA_CORRUPT : ErrorCode = from_constant; // ERROR_CLOUD_FILE_METADATA_CORRUPT
/// The cloud file metadata is too large.
pub const METADATA_TOO_LARGE : ErrorCode = from_constant; // ERROR_CLOUD_FILE_METADATA_TOO_LARGE
/// The cloud file property is too large.
pub const PROPERTY_BLOB_TOO_LARGE : ErrorCode = from_constant; // ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE
/// The cloud file property is possibly corrupt. The on-disk checksum does not match the computed checksum.
pub const PROPERTY_BLOB_CHECKSUM_MISMATCH : ErrorCode = from_constant; // ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH
/// The maximum number of cloud file properties has been reached.
pub const TOO_MANY_PROPERTY_BLOBS : ErrorCode = from_constant; // ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS
/// The version of the cloud file property store is not supported.
pub const PROPERTY_VERSION_NOT_SUPPORTED : ErrorCode = from_constant; // ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED
/// The file is not in sync with the cloud.
pub const NOT_IN_SYNC : ErrorCode = from_constant; // ERROR_CLOUD_FILE_NOT_IN_SYNC
/// The cloud sync root is already connected with another cloud sync provider.
pub const ALREADY_CONNECTED : ErrorCode = from_constant; // ERROR_CLOUD_FILE_ALREADY_CONNECTED
/// The operation is not supported by the cloud sync provider.
pub const NOT_SUPPORTED : ErrorCode = from_constant; // ERROR_CLOUD_FILE_NOT_SUPPORTED
/// The cloud operation is invalid.
pub const INVALID_REQUEST : ErrorCode = from_constant; // ERROR_CLOUD_FILE_INVALID_REQUEST
/// The cloud operation is not supported on a read-only volume.
pub const READ_ONLY_VOLUME : ErrorCode = from_constant; // ERROR_CLOUD_FILE_READ_ONLY_VOLUME
/// The operation is reserved for a connected cloud sync provider.
pub const CONNECTED_PROVIDER_ONLY : ErrorCode = from_constant; // ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY
/// The cloud sync provider failed to validate the downloaded data.
pub const VALIDATION_FAILED : ErrorCode = from_constant; // ERROR_CLOUD_FILE_VALIDATION_FAILED
/// The cloud sync provider failed user authentication.
pub const AUTHENTICATION_FAILED : ErrorCode = from_constant; // ERROR_CLOUD_FILE_AUTHENTICATION_FAILED
/// The cloud sync provider failed to perform the operation due to low system resources.
pub const INSUFFICIENT_RESOURCES : ErrorCode = from_constant; // ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES
/// The cloud sync provider failed to perform the operation due to network being unavailable.
pub const NETWORK_UNAVAILABLE : ErrorCode = from_constant; // ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE
/// The cloud operation was unsuccessful.
pub const UNSUCCESSFUL : ErrorCode = from_constant; // ERROR_CLOUD_FILE_UNSUCCESSFUL
/// The operation is only supported on files under a cloud sync root.
pub const NOT_UNDER_SYNC_ROOT : ErrorCode = from_constant; // ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT
/// The operation cannot be performed on cloud files in use.
pub const IN_USE : ErrorCode = from_constant; // ERROR_CLOUD_FILE_IN_USE
/// The operation cannot be performed on pinned cloud files.
pub const PINNED : ErrorCode = from_constant; // ERROR_CLOUD_FILE_PINNED
/// The cloud operation was aborted.
pub const REQUEST_ABORTED : ErrorCode = from_constant; // ERROR_CLOUD_FILE_REQUEST_ABORTED
/// The cloud file's property store is corrupt.
pub const PROPERTY_CORRUPT : ErrorCode = from_constant; // ERROR_CLOUD_FILE_PROPERTY_CORRUPT
/// Access to the cloud file is denied.
pub const ACCESS_DENIED : ErrorCode = from_constant; // ERROR_CLOUD_FILE_ACCESS_DENIED
/// The cloud operation cannot be performed on a file with incompatible hardlinks.
pub const INCOMPATIBLE_HARDLINKS : ErrorCode = from_constant; // ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS
/// The operation failed due to a conflicting cloud file property lock.
pub const PROPERTY_LOCK_CONFLICT : ErrorCode = from_constant; // ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT
/// The cloud operation was canceled by user.
pub const REQUEST_CANCELED : ErrorCode = from_constant; // ERROR_CLOUD_FILE_REQUEST_CANCELED
/// The cloud file provider exited unexpectedly.
pub const PROVIDER_TERMINATED : ErrorCode = from_constant; // ERROR_CLOUD_FILE_PROVIDER_TERMINATED
/// The cloud operation was not completed before the time-out period expired.
pub const REQUEST_TIMEOUT : ErrorCode = from_constant; // ERROR_CLOUD_FILE_REQUEST_TIMEOUT
/// Dehydration of the cloud file is disallowed by the cloud sync provider.
pub const DEHYDRATION_DISALLOWED : ErrorCode = from_constant; // ERROR_CLOUD_FILE_DEHYDRATION_DISALLOWED
/// The cloud provider failed to acknowledge a message before the time-out expired.
pub const US_MESSAGE_TIMEOUT : ErrorCode = from_constant; // ERROR_CLOUD_FILE_US_MESSAGE_TIMEOUT