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
// WARNING: this file is auto-generated by xtask gen and may be overwritten
use *;
/// The proper error code with sense data was stored on server side.
pub const ERROR_STORED : HResultError = from_constant; // ERROR_SVHDX_ERROR_STORED
/// The requested error data is not available on the server.
pub const ERROR_NOT_AVAILABLE : HResultError = from_constant; // ERROR_SVHDX_ERROR_NOT_AVAILABLE
/// Unit Attention data is available for the initiator to query.
pub const UNIT_ATTENTION_AVAILABLE : HResultError = from_constant; // ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE
/// The data capacity of the device has changed, resulting in a Unit Attention condition.
pub const UNIT_ATTENTION_CAPACITY_DATA_CHANGED : HResultError = from_constant; // ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED
/// A previous operation resulted in this initiator's reservations being preempted, resulting in a Unit Attention condition.
pub const UNIT_ATTENTION_RESERVATIONS_PREEMPTED : HResultError = from_constant; // ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED
/// A previous operation resulted in this initiator's reservations being released, resulting in a Unit Attention condition.
pub const UNIT_ATTENTION_RESERVATIONS_RELEASED : HResultError = from_constant; // ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED
/// A previous operation resulted in this initiator's registrations being preempted, resulting in a Unit Attention condition.
pub const UNIT_ATTENTION_REGISTRATIONS_PREEMPTED : HResultError = from_constant; // ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED
/// The data storage format of the device has changed, resulting in a Unit Attention condition.
pub const UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED : HResultError = from_constant; // ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED
/// The current initiator is not allowed to perform the SCSI command because of a reservation conflict.
pub const RESERVATION_CONFLICT : HResultError = from_constant; // ERROR_SVHDX_RESERVATION_CONFLICT
/// Multiple virtual machines sharing a virtual hard disk is supported only on Fixed or Dynamic VHDX format virtual hard disks.
pub const WRONG_FILE_TYPE : HResultError = from_constant; // ERROR_SVHDX_WRONG_FILE_TYPE
/// The server version does not match the requested version.
pub const VERSION_MISMATCH : HResultError = from_constant; // ERROR_SVHDX_VERSION_MISMATCH
/// Invalid Shared VHDX open due to lack of initiator ID. Check for related Continuous Availability failures.
pub const NO_INITIATOR : HResultError = from_constant; // ERROR_SVHDX_NO_INITIATOR