InvalidRules

class InvalidRules(rules: List<String>, availableRules: List<String>) : DirectionsServiceError

Some of the requested search rules are not available for the graph.

Constructors

Link copied to clipboard
constructor(rules: List<String>, availableRules: List<String>)

Properties

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