winresult 0.1.3

windows result codes
Documentation
// WARNING: this file is auto-generated by xtask gen and may be overwritten

use super::*;


/// Debugger was attached.
pub const S_REPORT_DEBUG : HResultSuccess = HResultSuccess::from_constant(0x001B0000); // WER_S_REPORT_DEBUG

/// Report was uploaded.
pub const S_REPORT_UPLOADED : HResultSuccess = HResultSuccess::from_constant(0x001B0001); // WER_S_REPORT_UPLOADED

/// Report was queued.
pub const S_REPORT_QUEUED : HResultSuccess = HResultSuccess::from_constant(0x001B0002); // WER_S_REPORT_QUEUED

/// Reporting was disabled.
pub const S_DISABLED : HResultSuccess = HResultSuccess::from_constant(0x001B0003); // WER_S_DISABLED

/// Reporting was temporarily suspended.
pub const S_SUSPENDED_UPLOAD : HResultSuccess = HResultSuccess::from_constant(0x001B0004); // WER_S_SUSPENDED_UPLOAD

/// Report was not queued to queuing being disabled.
pub const S_DISABLED_QUEUE : HResultSuccess = HResultSuccess::from_constant(0x001B0005); // WER_S_DISABLED_QUEUE

/// Report was uploaded, but not archived due to archiving being disabled.
pub const S_DISABLED_ARCHIVE : HResultSuccess = HResultSuccess::from_constant(0x001B0006); // WER_S_DISABLED_ARCHIVE

/// Reporting was successfully spun off as an asynchronous operation.
pub const S_REPORT_ASYNC : HResultSuccess = HResultSuccess::from_constant(0x001B0007); // WER_S_REPORT_ASYNC

/// The assertion was handled.
pub const S_IGNORE_ASSERT_INSTANCE : HResultSuccess = HResultSuccess::from_constant(0x001B0008); // WER_S_IGNORE_ASSERT_INSTANCE

/// The assertion was handled and added to a permanent ignore list.
pub const S_IGNORE_ALL_ASSERTS : HResultSuccess = HResultSuccess::from_constant(0x001B0009); // WER_S_IGNORE_ALL_ASSERTS

/// The assertion was resumed as unhandled.
pub const S_ASSERT_CONTINUE : HResultSuccess = HResultSuccess::from_constant(0x001B000A); // WER_S_ASSERT_CONTINUE

/// Report was throttled.
pub const S_THROTTLED : HResultSuccess = HResultSuccess::from_constant(0x001B000B); // WER_S_THROTTLED

/// Report was uploaded with cab.
pub const S_REPORT_UPLOADED_CAB : HResultSuccess = HResultSuccess::from_constant(0x001B000C); // WER_S_REPORT_UPLOADED_CAB

/// Crash reporting failed.
pub const E_CRASH_FAILURE : HResultError = HResultError::from_constant(0x801B8000); // WER_E_CRASH_FAILURE

/// Report aborted due to user cancellation.
pub const E_CANCELED : HResultError = HResultError::from_constant(0x801B8001); // WER_E_CANCELED

/// Report aborted due to network failure.
pub const E_NETWORK_FAILURE : HResultError = HResultError::from_constant(0x801B8002); // WER_E_NETWORK_FAILURE

/// Report not initialized.
pub const E_NOT_INITIALIZED : HResultError = HResultError::from_constant(0x801B8003); // WER_E_NOT_INITIALIZED

/// Reporting is already in progress for the specified process.
pub const E_ALREADY_REPORTING : HResultError = HResultError::from_constant(0x801B8004); // WER_E_ALREADY_REPORTING

/// Dump not generated due to a throttle.
pub const E_DUMP_THROTTLED : HResultError = HResultError::from_constant(0x801B8005); // WER_E_DUMP_THROTTLED

/// Operation failed due to insufficient user consent.
pub const E_INSUFFICIENT_CONSENT : HResultError = HResultError::from_constant(0x801B8006); // WER_E_INSUFFICIENT_CONSENT

/// Report aborted due to performance criteria.
pub const E_TOO_HEAVY : HResultError = HResultError::from_constant(0x801B8007); // WER_E_TOO_HEAVY

/// Custom error HRESULTS
pub const E_INSUFFICIENT_BUFFER : HResultError = HResultError::from_constant(0x8007007A); // WER_E_INSUFFICIENT_BUFFER

/// Custom error HRESULTS
pub const E_NOT_FOUND : HResultError = HResultError::from_constant(0x80070490); // WER_E_NOT_FOUND

/// Custom error HRESULTS
pub const E_LENGTH_EXCEEDED : HResultError = HResultError::from_constant(0x80070503); // WER_E_LENGTH_EXCEEDED

/// Custom error HRESULTS
pub const E_INVALID_STATE : HResultError = HResultError::from_constant(0x8007139F); // WER_E_INVALID_STATE

/// Custom error HRESULTS
pub const E_MISSING_DUMP : HResultError = HResultError::from_constant(0x8007023D); // WER_E_MISSING_DUMP

/// Custom error HRESULTS
pub const E_CABBING_FAILURE : HResultError = HResultError::from_constant(0x8007001F); // WER_E_CABBING_FAILURE