public static class

MapViewModel.RouteRequestError

extends Object
java.lang.Object
   ↳ com.mapsted.ui.map.MapViewModel.RouteRequestError

Summary

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

Fields

public List<String> alertsBlockingThisRequest

public String errorMessage

public CppRouteResponse.SDKErrorType errorType

public Entity subjectEntity

public Tag subjectTag

Public Constructors

public RouteRequestError ()

Public Methods

public static MapViewModel.RouteRequestError from (Entity subjectEntity, CppRouteResponse.SDKErrorType errorType, String errorMessage, List<String> alertIds)

public static MapViewModel.RouteRequestError from (CppRouteResponse.SDKErrorType errorType, String errorMessage, List<String> alertIds)

public static MapViewModel.RouteRequestError from (Tag subjectTag, CppRouteResponse.SDKErrorType errorType, String errorMessage, List<String> alertIds)