| java.lang.Object | |
| ↳ | com.mapsted.ui.map.MapViewModel.RouteRequestError |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public List<String> | alertsBlockingThisRequest | ||||||||||
| public String | errorMessage | ||||||||||
| public RouteErrorType | errorType | ||||||||||
| public Entity | subjectEntity | ||||||||||
| public Tag | subjectTag | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RouteRequestError() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static MapViewModel.RouteRequestError | from(RouteErrorType errorType, String errorMessage, List<String> alertIds) | ||||||||||
| static MapViewModel.RouteRequestError | from(Tag subjectTag, RouteErrorType errorType, String errorMessage, List<String> alertIds) | ||||||||||
| static MapViewModel.RouteRequestError | from(Entity subjectEntity, RouteErrorType errorType, String errorMessage, List<String> alertIds) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||