// WARNING: this file is auto-generated by xtask gen and may be overwritten
use *;
/// The resource loader failed to find MUI file.
pub const FILE_NOT_FOUND : ErrorCode = from_constant; // ERROR_MUI_FILE_NOT_FOUND
/// The resource loader failed to load MUI file because the file fail to pass validation.
pub const INVALID_FILE : ErrorCode = from_constant; // ERROR_MUI_INVALID_FILE
/// The RC Manifest is corrupted with garbage data or unsupported version or missing required item.
pub const INVALID_RC_CONFIG : ErrorCode = from_constant; // ERROR_MUI_INVALID_RC_CONFIG
/// The RC Manifest has invalid culture name.
pub const INVALID_LOCALE_NAME : ErrorCode = from_constant; // ERROR_MUI_INVALID_LOCALE_NAME
/// The RC Manifest has invalid ultimatefallback name.
pub const INVALID_ULTIMATEFALLBACK_NAME : ErrorCode = from_constant; // ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME
/// The resource loader cache doesn't have loaded MUI entry.
pub const FILE_NOT_LOADED : ErrorCode = from_constant; // ERROR_MUI_FILE_NOT_LOADED
/// UI language installation failed.
pub const INTLSETTINGS_UILANG_NOT_INSTALLED : ErrorCode = from_constant; // ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED
/// Locale installation failed.
pub const INTLSETTINGS_INVALID_LOCALE_NAME : ErrorCode = from_constant; // ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME