Enum continuation_router::ErrorCode
source · [−]#[repr(u32)]
pub enum ErrorCode {
Show 13 variants
PathInputOutputMismatch,
TransitiveSwapCalculationError,
OverflowSwapResult,
BalanceLower,
ZeroSwap,
InputOwnerMismatch,
InputMintMismatch,
OutputOwnerMismatch,
NoMoreSteps,
InsufficientInputBalance,
EndIncomplete,
MinimumOutNotMet,
OutputMintMismatch,
}Expand description
Variants
PathInputOutputMismatch
TransitiveSwapCalculationError
OverflowSwapResult
BalanceLower
ZeroSwap
InputOwnerMismatch
InputMintMismatch
OutputOwnerMismatch
NoMoreSteps
InsufficientInputBalance
EndIncomplete
MinimumOutNotMet
OutputMintMismatch
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more