public static final class TripManager.TripManagerException extends InrixException
TripManager operation.| Modifier and Type | Field and Description |
|---|---|
static int |
INVALID_GET_TRIPS_OPTIONS
Indicates that
TripManager.GetTripsOptions is not null. |
static int |
INVALID_NOTIFICATION_TIME
Indicates that the notification time is out of valid range.
|
static int |
INVALID_SAVED_TRIP_TOO_MANY_WAYPOINTS
Indicates that
SavedTrip has too many waypoints. |
static int |
INVALID_TRIP
Indicates that a
SavedTrip is invalid. |
static int |
NULL_TRIP
Indicates that a
SavedTrip is null. |
static int |
TRIP_IDS_DUPLICATE
Indicates that the collection of
Trips provided contains duplicates. |
static int |
TRIPS_EMPTY
Indicates that the collection of
Trips provided is either null or empty. |
API_NOT_AVAILABLE, CALLBACK_REQUIRED, INVALID_GEOPOINT, INVALID_RESPONSE, NOT_INITIALIZED, OPTIONS_REQUIRED, PARAMETER_NULLgetErrorCode, getVolleyErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int NULL_TRIP
SavedTrip is null.public static final int INVALID_TRIP
SavedTrip is invalid.public static final int INVALID_GET_TRIPS_OPTIONS
TripManager.GetTripsOptions is not null.public static final int INVALID_SAVED_TRIP_TOO_MANY_WAYPOINTS
SavedTrip has too many waypoints.public static final int INVALID_NOTIFICATION_TIME
TripManager.UpdateNotificationOptions.MAXIMUM_NOTIFICATION_TIME_MINUTES.public static final int TRIPS_EMPTY
Trips provided is either null or empty.public static final int TRIP_IDS_DUPLICATE
Trips provided contains duplicates.Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.