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 super::*;
/// The operation was cancelled.
pub const E_CANCELLED : HResultError = HResultError::from_constant(0x803C0100); // SDIAG_E_CANCELLED
/// An error occurred when running a PowerShell script.
pub const E_SCRIPT : HResultError = HResultError::from_constant(0x803C0101); // SDIAG_E_SCRIPT
/// An error occurred when interacting with PowerShell runtime.
pub const E_POWERSHELL : HResultError = HResultError::from_constant(0x803C0102); // SDIAG_E_POWERSHELL
/// An error occurred in the Scripted Diagnostic Managed Host.
pub const E_MANAGEDHOST : HResultError = HResultError::from_constant(0x803C0103); // SDIAG_E_MANAGEDHOST
/// The troubleshooting pack does not contain a required verifier to complete the verification.
pub const E_NOVERIFIER : HResultError = HResultError::from_constant(0x803C0104); // SDIAG_E_NOVERIFIER
/// The troubleshooting pack cannot be executed on this system.
pub const S_CANNOTRUN : HResultSuccess = HResultSuccess::from_constant(0x003C0105); // SDIAG_S_CANNOTRUN
/// Scripted diagnostics is disabled by group policy.
pub const E_DISABLED : HResultError = HResultError::from_constant(0x803C0106); // SDIAG_E_DISABLED
/// Trust validation of the troubleshooting pack failed.
pub const E_TRUST : HResultError = HResultError::from_constant(0x803C0107); // SDIAG_E_TRUST
/// The troubleshooting pack cannot be executed on this system.
pub const E_CANNOTRUN : HResultError = HResultError::from_constant(0x803C0108); // SDIAG_E_CANNOTRUN
/// This version of the troubleshooting pack is not supported.
pub const E_VERSION : HResultError = HResultError::from_constant(0x803C0109); // SDIAG_E_VERSION
/// A required resource cannot be loaded.
pub const E_RESOURCE : HResultError = HResultError::from_constant(0x803C010A); // SDIAG_E_RESOURCE
/// The troubleshooting pack reported information for a root cause without adding the root cause.
pub const E_ROOTCAUSE : HResultError = HResultError::from_constant(0x803C010B); // SDIAG_E_ROOTCAUSE