#### VspConfigConsistencyCheckerImpl

```
You are setting the marginal utility of traveling with mode eScooter to -1.0. VSP standard is to set this to zero.  Please document carefully why you are using a value different from zero, e.g. by showing distance distributions.
```
#### DrtConfigGroup

```
qsim.endTime should be specified and qsim.simEndtimeInterpretation should be 'onlyUseEndtime' if postponed request rejection is allowed. Otherwise, rejected passengers (who are stuck endlessly waiting for a DRT vehicle) will prevent QSim from stopping. Keep also in mind that not setting an end time may result in agents attempting to travel without vehicles being available.
```
#### SharingConfigGroup

```
Service eScooter is station-based, so service area file will not be used!
```
#### RoutingConfigGroup

```
The first mode routing (= teleported mode) params that are explicitly defined clear the default mode routing (= teleported mode) params.  If you want to avoid this 
    warning, use clearTeleportedModeParams(true) in code, and "clearDefaultTeleportedModeParams"=true in xml config.
```
<style>
.dash-row.row-warnings .dash-card-frame {
    background: none;
}
.dash-row.row-warnings .no-warnings {
	color: #4BB543;
	font-weight: bold;
}
.dash-row.row-warnings .found-warnings {
	color: #ED4337;
	font-weight: bold;
}
.dash-row.row-warnings h4 {
	color: white;
	background: #6f5425;
	font-weight: bold;
	padding: 0.75rem 1.5rem;
	margin-top: 1rem;
	border-radius: 10px 10px 0 0;
}
.dash-row.row-warnings pre {
	background: #f8f3d6;
	color: #6f5425;
	border-radius: 0 0 10px 10px;
	white-space: pre-wrap;
}
</style>