pub enum ErrorField {
Operator,
Operators,
AuthorizationGroups,
DesignatedSigner,
DesignatedSigners,
ContractMethods,
AmountAggregation,
Src,
Dst,
}
Expand description
The field which the error relates to * operator - transaction initiator * operators - transaction initiators * authorizationGroups - transaction authorizer groups * designatedSigner - transaction signer * designatedSigners - transaction signers * contractMethods - contract methods
- amountAggregation - transaction amount aggregation configuration * src - transaction source asset configuration * dst - transaction destination asset configuration
Variants§
Operator
Operators
AuthorizationGroups
DesignatedSigner
DesignatedSigners
ContractMethods
AmountAggregation
Src
Dst
Trait Implementations§
Source§impl Clone for ErrorField
impl Clone for ErrorField
Source§fn clone(&self) -> ErrorField
fn clone(&self) -> ErrorField
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 ErrorField
impl Debug for ErrorField
Source§impl Default for ErrorField
impl Default for ErrorField
Source§fn default() -> ErrorField
fn default() -> ErrorField
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ErrorField
impl<'de> Deserialize<'de> for ErrorField
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ErrorField
impl Hash for ErrorField
Source§impl Ord for ErrorField
impl Ord for ErrorField
Source§fn cmp(&self, other: &ErrorField) -> Ordering
fn cmp(&self, other: &ErrorField) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ErrorField
impl PartialEq for ErrorField
Source§impl PartialOrd for ErrorField
impl PartialOrd for ErrorField
Source§impl Serialize for ErrorField
impl Serialize for ErrorField
impl Copy for ErrorField
impl Eq for ErrorField
impl StructuralPartialEq for ErrorField
Auto Trait Implementations§
impl Freeze for ErrorField
impl RefUnwindSafe for ErrorField
impl Send for ErrorField
impl Sync for ErrorField
impl Unpin for ErrorField
impl UnwindSafe for ErrorField
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.