LifiQuoteErrorResponse

data class LifiQuoteErrorResponse(val message: String, val errors: LifiUnavailableRoutes? = null)

Error response when unable to find a quote for the requested transfer (404)

Constructors

Link copied to clipboard
constructor(message: String, errors: LifiUnavailableRoutes? = null)

Properties

Link copied to clipboard

Error details containing unavailable routes information

Link copied to clipboard

The error message