LifiFailedRoute

data class LifiFailedRoute(val overallPath: String? = null, val subpaths: Map<String, LifiSubpathError>? = null)

Failed route

Constructors

Link copied to clipboard
constructor(overallPath: String? = null, subpaths: Map<String, LifiSubpathError>? = null)

Properties

Link copied to clipboard
val overallPath: String? = null

The complete representation of the attempted route (e.g., "100:USDC-hop-137:USDC-137:USDC~137:SUSHI")

Link copied to clipboard

An object with all subpaths that generated one or more errors