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
// WARNING: this file is auto-generated by xtask gen and may be overwritten
use *;
/// Optimistic locking failure. Data cannot be updated if it has changed since it was read.
pub const E_CONCURRENCY_LOCKING_FAILURE : HResultError = from_constant; // STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE
/// A prepared statement has been stepped at least once but not run to completion or reset. This may result in busy waits.
pub const E_STATEMENT_INPROGRESS : HResultError = from_constant; // STATEREPOSITORY_E_STATEMENT_INPROGRESS
/// The StateRepository configuration is not valid.
pub const E_CONFIGURATION_INVALID : HResultError = from_constant; // STATEREPOSITORY_E_CONFIGURATION_INVALID
/// The StateRepository schema version is not known.
pub const E_UNKNOWN_SCHEMA_VERSION : HResultError = from_constant; // STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION
/// A StateRepository dictionary is not valid.
pub const ERROR_DICTIONARY_CORRUPTED : HResultError = from_constant; // STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED
/// The request failed because the StateRepository is actively blocking requests.
pub const E_BLOCKED : HResultError = from_constant; // STATEREPOSITORY_E_BLOCKED
/// The database file is locked. The request will be retried.
pub const E_BUSY_RETRY : HResultError = from_constant; // STATEREPOSITORY_E_BUSY_RETRY
/// The database file is locked because another process is busy recovering the database. The request will be retried.
pub const E_BUSY_RECOVERY_RETRY : HResultError = from_constant; // STATEREPOSITORY_E_BUSY_RECOVERY_RETRY
/// A table in the database is locked. The request will be retried.
pub const E_LOCKED_RETRY : HResultError = from_constant; // STATEREPOSITORY_E_LOCKED_RETRY
/// The shared cache for the database is locked by another connection. The request will be retried.
pub const E_LOCKED_SHAREDCACHE_RETRY : HResultError = from_constant; // STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY
/// A transaction is required to perform the request operation.
pub const E_TRANSACTION_REQUIRED : HResultError = from_constant; // STATEREPOSITORY_E_TRANSACTION_REQUIRED
/// The database file is locked. The request has exceeded the allowed threshold.
pub const E_BUSY_TIMEOUT_EXCEEDED : HResultError = from_constant; // STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED
/// The database file is locked because another process is busy recovering the database. The request has exceeded the allowed threshold.
pub const E_BUSY_RECOVERY_TIMEOUT_EXCEEDED : HResultError = from_constant; // STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED
/// A table in the database is locked. The request has exceeded the allowed threshold.
pub const E_LOCKED_TIMEOUT_EXCEEDED : HResultError = from_constant; // STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED
/// The shared cache for the database is locked by another connection. The request has exceeded the allowed threshold.
pub const E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED : HResultError = from_constant; // STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED
/// The StateRepository service Stop event is in progress.
pub const E_SERVICE_STOP_IN_PROGRESS : HResultError = from_constant; // STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS
/// Nested transactions are not supported.
pub const E_NESTED_TRANSACTION_NOT_SUPPORTED : HResultError = from_constant; // STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED
/// The StateRepository cache is not valid.
pub const ERROR_CACHE_CORRUPTED : HResultError = from_constant; // STATEREPOSITORY_ERROR_CACHE_CORRUPTED
/// The StateRepository cache is not initialized.
pub const E_CACHE_NOT_INIITALIZED : HResultError = from_constant; // STATEREPOSITORY_E_CACHE_NOT_INIITALIZED
/// Package dependency criteria could not be resolved.
pub const E_DEPENDENCY_NOT_RESOLVED : HResultError = from_constant; // STATEREPOSITORY_E_DEPENDENCY_NOT_RESOLVED