pub enum XRPLTransactionException {
XRPLAccountSetError(XRPLAccountSetException),
XRPLNFTokenCancelOfferError(XRPLNFTokenCancelOfferException),
XRPLNFTokenCreateOfferError(XRPLNFTokenCreateOfferException),
XRPLPaymentError(XRPLPaymentException),
XRPLSignerListSetError(XRPLSignerListSetException),
XRPLXChainClaimError(XRPLXChainClaimException),
XRPLXChainCreateBridgeError(XRPLXChainCreateBridgeException),
XRPLXChainCreateClaimIDError(XRPLXChainCreateClaimIDException),
XRPLXChainModifyBridgeError(XRPLXChainModifyBridgeException),
XRPLAMMCreateError(XRPLAMMCreateException),
XRPLCoreError(XRPLCoreException),
TxMustBeSigned,
}
Variants§
XRPLAccountSetError(XRPLAccountSetException)
XRPLNFTokenCancelOfferError(XRPLNFTokenCancelOfferException)
XRPLNFTokenCreateOfferError(XRPLNFTokenCreateOfferException)
XRPLPaymentError(XRPLPaymentException)
XRPLSignerListSetError(XRPLSignerListSetException)
XRPLXChainClaimError(XRPLXChainClaimException)
XRPLXChainCreateBridgeError(XRPLXChainCreateBridgeException)
XRPLXChainCreateClaimIDError(XRPLXChainCreateClaimIDException)
XRPLXChainModifyBridgeError(XRPLXChainModifyBridgeException)
XRPLAMMCreateError(XRPLAMMCreateException)
XRPLCoreError(XRPLCoreException)
TxMustBeSigned
Trait Implementations§
Source§impl Debug for XRPLTransactionException
impl Debug for XRPLTransactionException
Source§impl Display for XRPLTransactionException
impl Display for XRPLTransactionException
Source§impl Error for XRPLTransactionException
impl Error for XRPLTransactionException
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 From<XRPLAMMCreateException> for XRPLTransactionException
impl From<XRPLAMMCreateException> for XRPLTransactionException
Source§fn from(source: XRPLAMMCreateException) -> Self
fn from(source: XRPLAMMCreateException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLAccountSetException> for XRPLTransactionException
impl From<XRPLAccountSetException> for XRPLTransactionException
Source§fn from(source: XRPLAccountSetException) -> Self
fn from(source: XRPLAccountSetException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLCoreException> for XRPLTransactionException
impl From<XRPLCoreException> for XRPLTransactionException
Source§fn from(source: XRPLCoreException) -> Self
fn from(source: XRPLCoreException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLNFTokenCancelOfferException> for XRPLTransactionException
impl From<XRPLNFTokenCancelOfferException> for XRPLTransactionException
Source§fn from(source: XRPLNFTokenCancelOfferException) -> Self
fn from(source: XRPLNFTokenCancelOfferException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLNFTokenCreateOfferException> for XRPLTransactionException
impl From<XRPLNFTokenCreateOfferException> for XRPLTransactionException
Source§fn from(source: XRPLNFTokenCreateOfferException) -> Self
fn from(source: XRPLNFTokenCreateOfferException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLPaymentException> for XRPLTransactionException
impl From<XRPLPaymentException> for XRPLTransactionException
Source§fn from(source: XRPLPaymentException) -> Self
fn from(source: XRPLPaymentException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLSignerListSetException> for XRPLTransactionException
impl From<XRPLSignerListSetException> for XRPLTransactionException
Source§fn from(source: XRPLSignerListSetException) -> Self
fn from(source: XRPLSignerListSetException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLTransactionException> for XRPLModelException
impl From<XRPLTransactionException> for XRPLModelException
Source§fn from(source: XRPLTransactionException) -> Self
fn from(source: XRPLTransactionException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLXChainClaimException> for XRPLTransactionException
impl From<XRPLXChainClaimException> for XRPLTransactionException
Source§fn from(source: XRPLXChainClaimException) -> Self
fn from(source: XRPLXChainClaimException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLXChainCreateBridgeException> for XRPLTransactionException
impl From<XRPLXChainCreateBridgeException> for XRPLTransactionException
Source§fn from(source: XRPLXChainCreateBridgeException) -> Self
fn from(source: XRPLXChainCreateBridgeException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLXChainCreateClaimIDException> for XRPLTransactionException
impl From<XRPLXChainCreateClaimIDException> for XRPLTransactionException
Source§fn from(source: XRPLXChainCreateClaimIDException) -> Self
fn from(source: XRPLXChainCreateClaimIDException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLXChainModifyBridgeException> for XRPLTransactionException
impl From<XRPLXChainModifyBridgeException> for XRPLTransactionException
Source§fn from(source: XRPLXChainModifyBridgeException) -> Self
fn from(source: XRPLXChainModifyBridgeException) -> Self
Converts to this type from the input type.
Source§impl PartialEq for XRPLTransactionException
impl PartialEq for XRPLTransactionException
impl StructuralPartialEq for XRPLTransactionException
Auto Trait Implementations§
impl Freeze for XRPLTransactionException
impl !RefUnwindSafe for XRPLTransactionException
impl Send for XRPLTransactionException
impl Sync for XRPLTransactionException
impl Unpin for XRPLTransactionException
impl !UnwindSafe for XRPLTransactionException
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.