Uses of Class
global.maplink.trip.schema.v1.exception.TripErrorType
-
Packages that use TripErrorType Package Description global.maplink.trip.schema.v1.exception -
-
Uses of TripErrorType in global.maplink.trip.schema.v1.exception
Methods in global.maplink.trip.schema.v1.exception that return TripErrorType Modifier and Type Method Description static TripErrorTypeTripErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static TripErrorType[]TripErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in global.maplink.trip.schema.v1.exception with parameters of type TripErrorType Constructor Description TripCalculationRequestException(TripErrorType errorType)
-