ApiError

The LiFi API returned an error payload (a populated error field without throwing) while fetching routes, resolving a route step, or polling status. detail carries the API message so the underlying cause is surfaced instead of a misleading generic error.

Constructors

Link copied to clipboard
constructor(detail: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?