State Codes and Errors
State Codes
State |
Corresponding State Code |
|---|---|
Andaman & Nicobar Islands |
AN |
Lakshadweep |
LD |
Andhra Pradesh |
AP |
Maharashtra |
MH |
Arunachal Pradesh |
AR |
Meghalaya |
ML |
Assam |
AS |
Manipur |
MN |
Madhya Pradesh |
MP |
Bihar |
BR |
Chattisgarh |
CG |
Mizoram |
MZ |
Chandigarh |
CH |
Nagaland |
NL |
Pondicherry/Puducherry |
PY |
Daman & Diu |
DD |
Orissa |
OR |
Delhi |
DL |
Punjab |
PB |
Dadra & Nagar Haveli |
DN |
Goa |
GA |
Rajasthan |
RJ |
Gujarat |
GJ |
Sikkim |
SK |
Himachal Pradesh |
HP |
Telangana |
TG |
Haryana |
HR |
Tamil Nadu |
TN |
Jharkhand |
JH |
Tripura |
TR |
Jammu & Kashmir |
JK |
Uttaranchal/Uttarakhand |
UL |
Uttar Pradesh |
UP |
West Bengal |
WB |
Karnataka |
KA |
Kerala |
KL |
Errors
The SpringScan APIs uses the following error codes:
Standard Error Structure for V2 apis
{
"api_status_code": "XXX",
"api_status_message": "XXXXXXXX",
"api_status_description": "XXXXXXXXX"
}
Error Code |
Meaning |
Message |
|---|---|---|
400 |
Bad Request |
Invalid Input (Param Name) |
401 |
Unauthorized |
Token Key is Invalid / Expired |
403 |
Forbidden |
Password is Incorrect |
404 |
Not Found |
Record Not Found |
422 |
Unprocessable Entity |
Invalid / Expired OTP Entered |
500 |
Internal Server Error |
Internal Server Error. Please try again. |
503 |
Service Unavailable |
Source is Unresponsive |