Module Values.RouteMatrixErrorCodeSource
Sourcetype nonrec t = | RouteNotFound| RouteTooLong| PositionsNotFound| DestinationPositionNotFound| DeparturePositionNotFound| OtherValidationError| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]