NoConsumption

class NoConsumption(message: String = "Route does not contain consumption data") : RouteDataFailure

The requested data is consumption-related, but the route was planned without evaluating consumption.

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

Parameters

message

Failure message.

Constructors

Link copied to clipboard
constructor(message: String = "Route does not contain consumption data")

Inherited properties

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

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard