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