response codes
Agent Server REST API response codes
200 - Success
Response Sample (JSON)
Success
1000 - invalid request data
Response Sample (JSON)
In case when the required input parameter is omitted or parameter type does not match
1001 - not found data. check parameters
Response Sample (JSON)
Data not found
1002 - agent api access token validate failed
Response Sample (JSON)
Agent api access token error
1003 - agent service error
Response Sample (JSON)
Agent service exception error
1100 - internal service error
Response Sample (JSON)
External interface processing error
1201 - exist session id
Response Sample (JSON)
Duplication error addsymmetrickey session id
1202 - not enough budget
Response Sample (JSON)
Insufficient sp budge error
1203 - invalid auth token
Response Sample (JSON)
sp auth token error
1300 - failed to verify
Response Sample (JSON)
auth verification failed
Last updated