Package es.situm.sdk.error
Interface CommonErrorConstant.PropertyKey
-
- All Known Subinterfaces:
CommunicationManager.PropertyKey
,DirectionsManager.PropertyKey
,LocationManager.PropertyKey
- Enclosing interface:
- CommonErrorConstant
public static interface CommonErrorConstant.PropertyKey
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DETAILED_MESSAGE
static java.lang.String
INTERNAL_ERROR
-
-
-
Field Detail
-
DETAILED_MESSAGE
static final java.lang.String DETAILED_MESSAGE
- See Also:
- Constant Field Values
-
INTERNAL_ERROR
static final java.lang.String INTERNAL_ERROR
- See Also:
- Constant Field Values
-
-