Description
ResponseType is returned with several calls to indicate the status of a request when it is returned form the service.
Version
Version 1.0
Parameter | Type | Notes |
---|---|---|
SUCCESS=0
|
||
USER_ERROR = 1
|
||
BAD_TRIP_LOCATION = 2
|
||
AUTHENTICATION_FAIL = 3
|
||
SERVER_ERROR = 4
|
||
ENGINE_ERROR = 5
|
||
UNKNOWN = 6
|
||
UNPROCESSED = 7
|
Notes
None
Related
None