ComputationTimeoutError

class ComputationTimeoutError(message: String? = null) : RoutingError

Indicates that the request reached an internal computation time threshold and timed out.

Constructors

Link copied to clipboard
fun ComputationTimeoutError(message: String? = null)

Properties

Link copied to clipboard
val message: String?