TripUpdateError

class TripUpdateError(val message: String) : NavigationError

Returned when an error occurs while updating the Trip.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun TripUpdateError(message: String)

Properties

Link copied to clipboard
val message: String