pub enum XRPLHelperException {
XRPLWalletError(XRPLWalletException),
XRPLFaucetError(XRPLFaucetException),
XRPLTransactionHelperError(XRPLTransactionHelperException),
XRPLModelError(XRPLModelException),
XRPLCoreError(XRPLCoreException),
XRPLTransactionFieldError(XRPLTransactionFieldException),
XRPLUtilsError(XRPLUtilsException),
XRPLMultiSignError(XRPLMultisignException),
XRPLClientError(XRPLClientException),
XRPLSerdeJsonError(XRPLSerdeJsonError),
FromHexError(FromHexError),
UrlParseError(ParseError),
}
Variants§
XRPLWalletError(XRPLWalletException)
XRPLFaucetError(XRPLFaucetException)
XRPLTransactionHelperError(XRPLTransactionHelperException)
XRPLModelError(XRPLModelException)
XRPLCoreError(XRPLCoreException)
XRPLTransactionFieldError(XRPLTransactionFieldException)
XRPLUtilsError(XRPLUtilsException)
XRPLMultiSignError(XRPLMultisignException)
XRPLClientError(XRPLClientException)
XRPLSerdeJsonError(XRPLSerdeJsonError)
FromHexError(FromHexError)
UrlParseError(ParseError)
Trait Implementations§
Source§impl Debug for XRPLHelperException
impl Debug for XRPLHelperException
Source§impl Display for XRPLHelperException
impl Display for XRPLHelperException
Source§impl From<Error> for XRPLHelperException
impl From<Error> for XRPLHelperException
Source§impl From<FromHexError> for XRPLHelperException
impl From<FromHexError> for XRPLHelperException
Source§fn from(source: FromHexError) -> Self
fn from(source: FromHexError) -> Self
Converts to this type from the input type.
Source§impl From<ParseError> for XRPLHelperException
impl From<ParseError> for XRPLHelperException
Source§fn from(source: ParseError) -> Self
fn from(source: ParseError) -> Self
Converts to this type from the input type.
Source§impl From<XRPLClientException> for XRPLHelperException
impl From<XRPLClientException> for XRPLHelperException
Source§fn from(source: XRPLClientException) -> Self
fn from(source: XRPLClientException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLCoreException> for XRPLHelperException
impl From<XRPLCoreException> for XRPLHelperException
Source§fn from(source: XRPLCoreException) -> Self
fn from(source: XRPLCoreException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLFaucetException> for XRPLHelperException
impl From<XRPLFaucetException> for XRPLHelperException
Source§fn from(source: XRPLFaucetException) -> Self
fn from(source: XRPLFaucetException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLHelperException> for CliError
impl From<XRPLHelperException> for CliError
Source§fn from(source: XRPLHelperException) -> Self
fn from(source: XRPLHelperException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLModelException> for XRPLHelperException
impl From<XRPLModelException> for XRPLHelperException
Source§fn from(source: XRPLModelException) -> Self
fn from(source: XRPLModelException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLMultisignException> for XRPLHelperException
impl From<XRPLMultisignException> for XRPLHelperException
Source§fn from(source: XRPLMultisignException) -> Self
fn from(source: XRPLMultisignException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLSerdeJsonError> for XRPLHelperException
impl From<XRPLSerdeJsonError> for XRPLHelperException
Source§fn from(source: XRPLSerdeJsonError) -> Self
fn from(source: XRPLSerdeJsonError) -> Self
Converts to this type from the input type.
Source§impl From<XRPLSignTransactionException> for XRPLHelperException
impl From<XRPLSignTransactionException> for XRPLHelperException
Source§fn from(error: XRPLSignTransactionException) -> Self
fn from(error: XRPLSignTransactionException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLSubmitAndWaitException> for XRPLHelperException
impl From<XRPLSubmitAndWaitException> for XRPLHelperException
Source§fn from(error: XRPLSubmitAndWaitException) -> Self
fn from(error: XRPLSubmitAndWaitException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLTransactionFieldException> for XRPLHelperException
impl From<XRPLTransactionFieldException> for XRPLHelperException
Source§fn from(source: XRPLTransactionFieldException) -> Self
fn from(source: XRPLTransactionFieldException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLTransactionHelperException> for XRPLHelperException
impl From<XRPLTransactionHelperException> for XRPLHelperException
Source§fn from(source: XRPLTransactionHelperException) -> Self
fn from(source: XRPLTransactionHelperException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLUtilsException> for XRPLHelperException
impl From<XRPLUtilsException> for XRPLHelperException
Source§fn from(source: XRPLUtilsException) -> Self
fn from(source: XRPLUtilsException) -> Self
Converts to this type from the input type.
Source§impl From<XRPLWalletException> for XRPLHelperException
impl From<XRPLWalletException> for XRPLHelperException
Source§fn from(source: XRPLWalletException) -> Self
fn from(source: XRPLWalletException) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for XRPLHelperException
impl !RefUnwindSafe for XRPLHelperException
impl Send for XRPLHelperException
impl Sync for XRPLHelperException
impl Unpin for XRPLHelperException
impl !UnwindSafe for XRPLHelperException
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.