action with one of:
TRY_ANOTHER_ROUTE by rebuilding the trade request with protocol: bestReturnSource and calling trade() again.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Trade failure action codes.
action with one of:
// From SDK types (contractErrorActions)
"TRY_ANOTHER_ROUTE"; // Retry with bestReturnSource
"INCREASE_SLIPPAGE"; // User should increase slippage
"INCREASE_ALLOWANCE"; // Allowance issue
TRY_ANOTHER_ROUTE by rebuilding the trade request with protocol: bestReturnSource and calling trade() again.