winresult 0.1.3

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

use super::*;


/// Unsupported format.
pub const E_UNSUPPORTED_FORMAT : HResultError = HResultError::from_constant(0x83750001); // WEB_E_UNSUPPORTED_FORMAT

/// Invalid XML.
pub const E_INVALID_XML : HResultError = HResultError::from_constant(0x83750002); // WEB_E_INVALID_XML

/// Missing required element.
pub const E_MISSING_REQUIRED_ELEMENT : HResultError = HResultError::from_constant(0x83750003); // WEB_E_MISSING_REQUIRED_ELEMENT

/// Missing required attribute.
pub const E_MISSING_REQUIRED_ATTRIBUTE : HResultError = HResultError::from_constant(0x83750004); // WEB_E_MISSING_REQUIRED_ATTRIBUTE

/// Unexpected content.
pub const E_UNEXPECTED_CONTENT : HResultError = HResultError::from_constant(0x83750005); // WEB_E_UNEXPECTED_CONTENT

/// Resource too large.
pub const E_RESOURCE_TOO_LARGE : HResultError = HResultError::from_constant(0x83750006); // WEB_E_RESOURCE_TOO_LARGE

/// Invalid JSON string.
pub const E_INVALID_JSON_STRING : HResultError = HResultError::from_constant(0x83750007); // WEB_E_INVALID_JSON_STRING

/// Invalid JSON number.
pub const E_INVALID_JSON_NUMBER : HResultError = HResultError::from_constant(0x83750008); // WEB_E_INVALID_JSON_NUMBER

/// JSON value not found.
pub const E_JSON_VALUE_NOT_FOUND : HResultError = HResultError::from_constant(0x83750009); // WEB_E_JSON_VALUE_NOT_FOUND