Enum sc_consensus_babe::Error [−][src]
pub enum Error<B: BlockT> {}Show variants
MultiplePreRuntimeDigests, NoPreRuntimeDigest, MultipleEpochChangeDigests, MultipleConfigChangeDigests, Extraction(Error), FetchEpoch(B::Hash), TooFarInFuture(B::Hash), ParentUnavailable(B::Hash, B::Hash), SlotMustIncrease(Slot, Slot), HeaderBadSeal(B::Hash), HeaderUnsealed(B::Hash), SlotAuthorNotFound, SecondarySlotAssignmentsDisabled, BadSignature(B::Hash), InvalidAuthor(AuthorityId, AuthorityId), NoSecondaryAuthorExpected, VRFVerificationOfBlockFailed(AuthorityId, u128), VRFVerificationFailed(SignatureError), FetchParentHeader(Error), ExpectedEpochChange(B::Hash, Slot), UnexpectedConfigChange, UnexpectedEpochChange, ParentBlockNoAssociatedWeight(B::Hash), CheckInherents(String), Client(Error), Runtime(Error), ForkTree(Box<Error<Error>>),
Errors encountered by the babe authorship task.
Variants
Multiple BABE pre-runtime digests
No BABE pre-runtime digest found
Multiple BABE epoch change digests
Multiple BABE config change digests
Extraction(Error)
Could not extract timestamp and slot
FetchEpoch(B::Hash)
Could not fetch epoch
TooFarInFuture(B::Hash)
Header rejected: too far in the future
Parent unavailable. Cannot import
Slot number must increase
HeaderBadSeal(B::Hash)
Header has a bad seal
HeaderUnsealed(B::Hash)
Header is unsealed
Slot author not found
Secondary slot assignments are disabled for the current epoch.
BadSignature(B::Hash)
Bad signature
InvalidAuthor(AuthorityId, AuthorityId)
Invalid author: Expected secondary author
No secondary author expected.
VRFVerificationOfBlockFailed(AuthorityId, u128)
VRF verification of block by author failed
VRFVerificationFailed(SignatureError)
VRF verification failed
FetchParentHeader(Error)
Could not fetch parent header
Expected epoch change to happen.
Unexpected config change.
Unexpected epoch change
ParentBlockNoAssociatedWeight(B::Hash)
Parent block has no associated weight
CheckInherents(String)
Check Inherents error
Client(Error)
Client error
Runtime(Error)
Runtime error
Fork tree error
Trait Implementations
impl<B: Debug + BlockT> Debug for Error<B> where
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
[src]
impl<B: Debug + BlockT> Debug for Error<B> where
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
B::Hash: Debug,
[src]Auto Trait Implementations
impl<B> !RefUnwindSafe for Error<B>
impl<B> Send for Error<B>
impl<B> Sync for Error<B>
impl<B> Unpin for Error<B> where
<B as Block>::Hash: Unpin,
<B as Block>::Hash: Unpin,
impl<B> !UnwindSafe for Error<B>
Blanket Implementations
impl<T> CheckedConversion for T
[src]
impl<T> CheckedConversion for T
[src]pub fn checked_from<T>(t: T) -> Option<Self> where
Self: TryFrom<T>,
[src]
Self: TryFrom<T>,
pub fn checked_into<T>(self) -> Option<T> where
Self: TryInto<T>,
[src]
Self: TryInto<T>,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<T> SaturatedConversion for T
[src]
impl<T> SaturatedConversion for T
[src]pub fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>,
[src]
Self: UniqueSaturatedFrom<T>,
pub fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>,
[src]
Self: UniqueSaturatedInto<T>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]pub fn unique_saturated_into(self) -> T
[src]
impl<T> WithSubscriber for T
[src]
impl<T> WithSubscriber for T
[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,
pub fn with_current_subscriber(self) -> WithDispatch<Self>
[src]
impl<T> Error for T where
T: 'static + Debug + Display + Send + Sync,
[src]
T: 'static + Debug + Display + Send + Sync,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeDisplay for T where
T: Display,
[src]
T: Display,