Enum sp_blockchain::ApplyExtrinsicFailed [−][src]
pub enum ApplyExtrinsicFailed { Validity(TransactionValidityError), Application(Box<dyn Error + Send + Sync + 'static>), }
Error when the runtime failed to apply an extrinsic.
Variants
Validity(TransactionValidityError)
The transaction cannot be included into the current block.
This doesn’t necessary mean that the transaction itself is invalid, but it might be just unappliable onto the current block.
Trait Implementations
impl Display for ApplyExtrinsicFailed
[src]
impl Display for ApplyExtrinsicFailed
[src]impl Error for ApplyExtrinsicFailed
[src]
impl Error for ApplyExtrinsicFailed
[src]impl From<ApplyExtrinsicFailed> for Error
[src]
impl From<ApplyExtrinsicFailed> for Error
[src]fn from(source: ApplyExtrinsicFailed) -> Self
[src]
impl From<TransactionValidityError> for ApplyExtrinsicFailed
[src]
impl From<TransactionValidityError> for ApplyExtrinsicFailed
[src]fn from(source: TransactionValidityError) -> Self
[src]
Auto Trait Implementations
impl !RefUnwindSafe for ApplyExtrinsicFailed
impl Send for ApplyExtrinsicFailed
impl Sync for ApplyExtrinsicFailed
impl Unpin for ApplyExtrinsicFailed
impl !UnwindSafe for ApplyExtrinsicFailed
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,