pub enum OtaError {
OtaPartitionTooSmall,
NotEnoughPartitions,
OtaNotStarted,
FlashRWError,
WrongCRC,
WrongOTAPArtitionOrder,
OtaVerifyError,
CannotFindCurrentBootPartition,
}Variants§
OtaPartitionTooSmall
NotEnoughPartitions
OtaNotStarted
FlashRWError
WrongCRC
WrongOTAPArtitionOrder
OtaVerifyError
CannotFindCurrentBootPartition
Trait Implementations§
impl StructuralPartialEq for OtaError
Auto Trait Implementations§
impl Freeze for OtaError
impl RefUnwindSafe for OtaError
impl Send for OtaError
impl Sync for OtaError
impl Unpin for OtaError
impl UnwindSafe for OtaError
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