#[repr(u32)]pub enum BoltError {
InvalidAuthority = 0,
InvalidCaller = 1,
}Variants§
InvalidAuthority = 0
Returned if the wrong authority attempts to sign for an instruction
InvalidCaller = 1
Returned if the wrong authority attempts to sign for an instruction
Implementations§
Trait Implementations§
impl Copy for BoltError
Auto Trait Implementations§
impl Freeze for BoltError
impl RefUnwindSafe for BoltError
impl Send for BoltError
impl Sync for BoltError
impl Unpin for BoltError
impl UnwindSafe for BoltError
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