ComputationTimeoutError

class ComputationTimeoutError(val 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)

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

Properties

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