pub enum TransactionCompilerError {
AccountInterfaceNotFound(AccountId),
BuildCodeBlockTableFailed(AssemblyError),
CompileNoteScriptFailed(AssemblyError),
CompileTxScriptFailed(AssemblyError),
LoadAccountFailed(AccountError),
NoteIncompatibleWithAccountInterface(Digest),
NoteScriptError(NoteError),
NoTransactionDriver,
TxScriptIncompatibleWithAccountInterface(Digest),
}Variants§
AccountInterfaceNotFound(AccountId)
BuildCodeBlockTableFailed(AssemblyError)
CompileNoteScriptFailed(AssemblyError)
CompileTxScriptFailed(AssemblyError)
LoadAccountFailed(AccountError)
NoteIncompatibleWithAccountInterface(Digest)
NoteScriptError(NoteError)
NoTransactionDriver
TxScriptIncompatibleWithAccountInterface(Digest)
Trait Implementations§
source§impl Clone for TransactionCompilerError
impl Clone for TransactionCompilerError
source§fn clone(&self) -> TransactionCompilerError
fn clone(&self) -> TransactionCompilerError
Returns a copy 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 TransactionCompilerError
impl Debug for TransactionCompilerError
source§impl Display for TransactionCompilerError
impl Display for TransactionCompilerError
source§impl Error for TransactionCompilerError
impl Error for TransactionCompilerError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 PartialEq for TransactionCompilerError
impl PartialEq for TransactionCompilerError
source§fn eq(&self, other: &TransactionCompilerError) -> bool
fn eq(&self, other: &TransactionCompilerError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for TransactionCompilerError
impl StructuralPartialEq for TransactionCompilerError
Auto Trait Implementations§
impl Freeze for TransactionCompilerError
impl RefUnwindSafe for TransactionCompilerError
impl Send for TransactionCompilerError
impl Sync for TransactionCompilerError
impl Unpin for TransactionCompilerError
impl UnwindSafe for TransactionCompilerError
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)