#[repr(i32)]pub enum EventErrorCode {
ParseResponse = 0,
ConstructInstallPlan = 1,
Installation = 2,
DeniedByPolicy = 3,
}
Expand description
The error code of the event. These are application specific.
Variants§
ParseResponse = 0
Error when parsing Omaha response.
ConstructInstallPlan = 1
Error when constructing install plan.
Installation = 2
Error when installing the update.
DeniedByPolicy = 3
The update is denied by policy.
Trait Implementations§
Source§impl Clone for EventErrorCode
impl Clone for EventErrorCode
Source§fn clone(&self) -> EventErrorCode
fn clone(&self) -> EventErrorCode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EventErrorCode
impl Debug for EventErrorCode
Source§impl Default for EventErrorCode
impl Default for EventErrorCode
Source§fn default() -> EventErrorCode
fn default() -> EventErrorCode
Returns the “default value” for a type. Read more
Source§impl PartialEq for EventErrorCode
impl PartialEq for EventErrorCode
Source§impl Serialize for EventErrorCode
impl Serialize for EventErrorCode
impl Eq for EventErrorCode
impl StructuralPartialEq for EventErrorCode
Auto Trait Implementations§
impl Freeze for EventErrorCode
impl RefUnwindSafe for EventErrorCode
impl Send for EventErrorCode
impl Sync for EventErrorCode
impl Unpin for EventErrorCode
impl UnwindSafe for EventErrorCode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)