pub enum FasciaError {
InvalidBundle(ContractId, BundleId),
}Variants§
InvalidBundle(ContractId, BundleId)
bundle {1} for contract {0} contains invalid transition input map.
Trait Implementations§
Source§impl Clone for FasciaError
impl Clone for FasciaError
Source§fn clone(&self) -> FasciaError
fn clone(&self) -> FasciaError
Returns a duplicate 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 FasciaError
impl Debug for FasciaError
Source§impl Display for FasciaError
impl Display for FasciaError
Source§impl Error for FasciaError
impl Error for FasciaError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl<S, H, P> From<FasciaError> for StockError<S, H, P, FasciaError>
impl<S, H, P> From<FasciaError> for StockError<S, H, P, FasciaError>
Source§fn from(err: FasciaError) -> StockError<S, H, P, FasciaError>
fn from(err: FasciaError) -> StockError<S, H, P, FasciaError>
Converts to this type from the input type.
Source§impl From<FasciaError> for InputError
impl From<FasciaError> for InputError
Source§fn from(v: FasciaError) -> InputError
fn from(v: FasciaError) -> InputError
Converts to this type from the input type.
Source§impl From<FasciaError> for String
impl From<FasciaError> for String
Source§fn from(err: FasciaError) -> String
fn from(err: FasciaError) -> String
Converts to this type from the input type.
Source§impl From<Infallible> for FasciaError
impl From<Infallible> for FasciaError
Source§fn from(_: Infallible) -> FasciaError
fn from(_: Infallible) -> FasciaError
Converts to this type from the input type.
Source§impl PartialEq for FasciaError
impl PartialEq for FasciaError
impl Eq for FasciaError
impl StructuralPartialEq for FasciaError
Auto Trait Implementations§
impl Freeze for FasciaError
impl RefUnwindSafe for FasciaError
impl Send for FasciaError
impl Sync for FasciaError
impl Unpin for FasciaError
impl UnwindSafe for FasciaError
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<I> IntoResettable<String> for I
impl<I> IntoResettable<String> for I
Source§fn into_resettable(self) -> Resettable<String>
fn into_resettable(self) -> Resettable<String>
Convert to the intended resettable type