winresult 0.1.3

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

use super::*;


/// The key is not exportable.
pub const E_KEY_NOT_EXPORTABLE : HResultError = HResultError::from_constant(0x80095000); // XENROLL_E_KEY_NOT_EXPORTABLE

/// You cannot add the root CA certificate into your local store.
pub const E_CANNOT_ADD_ROOT_CERT : HResultError = HResultError::from_constant(0x80095001); // XENROLL_E_CANNOT_ADD_ROOT_CERT

/// The key archival hash attribute was not found in the response.
pub const E_RESPONSE_KA_HASH_NOT_FOUND : HResultError = HResultError::from_constant(0x80095002); // XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND

/// An unexpected key archival hash attribute was found in the response.
pub const E_RESPONSE_UNEXPECTED_KA_HASH : HResultError = HResultError::from_constant(0x80095003); // XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH

/// There is a key archival hash mismatch between the request and the response.
pub const E_RESPONSE_KA_HASH_MISMATCH : HResultError = HResultError::from_constant(0x80095004); // XENROLL_E_RESPONSE_KA_HASH_MISMATCH

/// Signing certificate cannot include SMIME extension.
pub const E_KEYSPEC_SMIME_MISMATCH : HResultError = HResultError::from_constant(0x80095005); // XENROLL_E_KEYSPEC_SMIME_MISMATCH