winresult 0.1.3

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

use super::*;


/// The notification channel has already been closed.
pub const E_CHANNEL_CLOSED : HResultError = HResultError::from_constant(0x803E0100); // WPN_E_CHANNEL_CLOSED

/// The notification channel request did not complete successfully.
pub const E_CHANNEL_REQUEST_NOT_COMPLETE : HResultError = HResultError::from_constant(0x803E0101); // WPN_E_CHANNEL_REQUEST_NOT_COMPLETE

/// The application identifier provided is invalid.
pub const E_INVALID_APP : HResultError = HResultError::from_constant(0x803E0102); // WPN_E_INVALID_APP

/// A notification channel request for the provided application identifier is in progress.
pub const E_OUTSTANDING_CHANNEL_REQUEST : HResultError = HResultError::from_constant(0x803E0103); // WPN_E_OUTSTANDING_CHANNEL_REQUEST

/// The channel identifier is already tied to another application endpoint.
pub const E_DUPLICATE_CHANNEL : HResultError = HResultError::from_constant(0x803E0104); // WPN_E_DUPLICATE_CHANNEL

/// The notification platform is unavailable.
pub const E_PLATFORM_UNAVAILABLE : HResultError = HResultError::from_constant(0x803E0105); // WPN_E_PLATFORM_UNAVAILABLE

/// The notification has already been posted.
pub const E_NOTIFICATION_POSTED : HResultError = HResultError::from_constant(0x803E0106); // WPN_E_NOTIFICATION_POSTED

/// The notification has already been hidden.
pub const E_NOTIFICATION_HIDDEN : HResultError = HResultError::from_constant(0x803E0107); // WPN_E_NOTIFICATION_HIDDEN

/// The notification cannot be hidden until it has been shown.
pub const E_NOTIFICATION_NOT_POSTED : HResultError = HResultError::from_constant(0x803E0108); // WPN_E_NOTIFICATION_NOT_POSTED

/// Cloud notifications have been turned off.
pub const E_CLOUD_DISABLED : HResultError = HResultError::from_constant(0x803E0109); // WPN_E_CLOUD_DISABLED

/// The application does not have the cloud notification capability.
pub const E_CLOUD_INCAPABLE : HResultError = HResultError::from_constant(0x803E0110); // WPN_E_CLOUD_INCAPABLE

/// The notification platform is unable to retrieve the authentication credentials required to connect to the cloud notification service.
pub const E_CLOUD_AUTH_UNAVAILABLE : HResultError = HResultError::from_constant(0x803E011A); // WPN_E_CLOUD_AUTH_UNAVAILABLE

/// The notification platform is unable to connect to the cloud notification service.
pub const E_CLOUD_SERVICE_UNAVAILABLE : HResultError = HResultError::from_constant(0x803E011B); // WPN_E_CLOUD_SERVICE_UNAVAILABLE

/// The notification platform is unable to initialize a callback for lock screen updates.
pub const E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION : HResultError = HResultError::from_constant(0x803E011C); // WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION

/// Settings prevent the notification from being delivered.
pub const E_NOTIFICATION_DISABLED : HResultError = HResultError::from_constant(0x803E0111); // WPN_E_NOTIFICATION_DISABLED

/// Application capabilities prevent the notification from being delivered.
pub const E_NOTIFICATION_INCAPABLE : HResultError = HResultError::from_constant(0x803E0112); // WPN_E_NOTIFICATION_INCAPABLE

/// The application does not have the internet access capability.
pub const E_INTERNET_INCAPABLE : HResultError = HResultError::from_constant(0x803E0113); // WPN_E_INTERNET_INCAPABLE

/// Settings prevent the notification type from being delivered.
pub const E_NOTIFICATION_TYPE_DISABLED : HResultError = HResultError::from_constant(0x803E0114); // WPN_E_NOTIFICATION_TYPE_DISABLED

/// The size of the notification content is too large.
pub const E_NOTIFICATION_SIZE : HResultError = HResultError::from_constant(0x803E0115); // WPN_E_NOTIFICATION_SIZE

/// The size of the notification tag is too large.
pub const E_TAG_SIZE : HResultError = HResultError::from_constant(0x803E0116); // WPN_E_TAG_SIZE

/// The notification platform doesn't have appropriate privilege on resources.
pub const E_ACCESS_DENIED : HResultError = HResultError::from_constant(0x803E0117); // WPN_E_ACCESS_DENIED

/// The notification platform found application is already registered.
pub const E_DUPLICATE_REGISTRATION : HResultError = HResultError::from_constant(0x803E0118); // WPN_E_DUPLICATE_REGISTRATION

/// The application background task does not have the push notification capability.
pub const E_PUSH_NOTIFICATION_INCAPABLE : HResultError = HResultError::from_constant(0x803E0119); // WPN_E_PUSH_NOTIFICATION_INCAPABLE

/// The size of the developer id for scheduled notification is too large.
pub const E_DEV_ID_SIZE : HResultError = HResultError::from_constant(0x803E0120); // WPN_E_DEV_ID_SIZE

/// The notification tag is not alphanumeric.
pub const E_TAG_ALPHANUMERIC : HResultError = HResultError::from_constant(0x803E012A); // WPN_E_TAG_ALPHANUMERIC

/// The notification platform has received invalid HTTP status code other than 2xx for polling.
pub const E_INVALID_HTTP_STATUS_CODE : HResultError = HResultError::from_constant(0x803E012B); // WPN_E_INVALID_HTTP_STATUS_CODE

/// The notification platform has run out of presentation layer sessions.
pub const E_OUT_OF_SESSION : HResultError = HResultError::from_constant(0x803E0200); // WPN_E_OUT_OF_SESSION

/// The notification platform rejects image download request due to system in power save mode.
pub const E_POWER_SAVE : HResultError = HResultError::from_constant(0x803E0201); // WPN_E_POWER_SAVE

/// The notification platform doesn't have the requested image in its cache.
pub const E_IMAGE_NOT_FOUND_IN_CACHE : HResultError = HResultError::from_constant(0x803E0202); // WPN_E_IMAGE_NOT_FOUND_IN_CACHE

/// The notification platform cannot complete all of requested image.
pub const E_ALL_URL_NOT_COMPLETED : HResultError = HResultError::from_constant(0x803E0203); // WPN_E_ALL_URL_NOT_COMPLETED

/// A cloud image downloaded from the notification platform is invalid.
pub const E_INVALID_CLOUD_IMAGE : HResultError = HResultError::from_constant(0x803E0204); // WPN_E_INVALID_CLOUD_IMAGE

/// Notification Id provided as filter is matched with what the notification platform maintains.
pub const E_NOTIFICATION_ID_MATCHED : HResultError = HResultError::from_constant(0x803E0205); // WPN_E_NOTIFICATION_ID_MATCHED

/// Notification callback interface is already registered.
pub const E_CALLBACK_ALREADY_REGISTERED : HResultError = HResultError::from_constant(0x803E0206); // WPN_E_CALLBACK_ALREADY_REGISTERED

/// Toast Notification was dropped without being displayed to the user.
pub const E_TOAST_NOTIFICATION_DROPPED : HResultError = HResultError::from_constant(0x803E0207); // WPN_E_TOAST_NOTIFICATION_DROPPED

/// The notification platform does not have the proper privileges to complete the request.
pub const E_STORAGE_LOCKED : HResultError = HResultError::from_constant(0x803E0208); // WPN_E_STORAGE_LOCKED

/// The size of the notification group is too large.
pub const E_GROUP_SIZE : HResultError = HResultError::from_constant(0x803E0209); // WPN_E_GROUP_SIZE

/// The notification group is not alphanumeric.
pub const E_GROUP_ALPHANUMERIC : HResultError = HResultError::from_constant(0x803E020A); // WPN_E_GROUP_ALPHANUMERIC

/// Cloud notifications have been disabled for the application due to a policy setting.
pub const E_CLOUD_DISABLED_FOR_APP : HResultError = HResultError::from_constant(0x803E020B); // WPN_E_CLOUD_DISABLED_FOR_APP