StartError

public enum StartError : UInt32, CaseIterable, Codable
extension DynamicRoutingEngine.StartError : Error

Start error

  • An internal issue occurred. Maybe the logs can provide some information.

    Declaration

    Swift

    case internalError
  • The passed route object is invalid/nil.

    Declaration

    Swift

    case missingRoute
  • The passed route has no route handle. RouteOptions.enableRouteHandle needs to be set to true on the initial route calculation.

    Declaration

    Swift

    case missingRouteHandle
  • The listener is not valid.

    Declaration

    Swift

    case missingListener
  • Too few waypoints where passed.

    Declaration

    Swift

    case tooFewWaypoints
  • Invalid RefreshRouteOptions passed.

    Declaration

    Swift

    case invalidRefreshRouteOptions