"error code": "AB1004"
-
I've recently encountered an issue while making API calls in my Node.js application. The error message I received was:
{
"message": "Something Went Wrong, Please Try After Sometime",
"error code": "AB1004",
"status": false,
"data": null
}
I'm not quite sure what this error code "AB1004" means or how to go about resolving it. It seems like something is going wrong on the server-side, but I'm not sure how to proceed.Has anyone else run into a similar issue before? If so, could you please share your insights on how to troubleshoot and resolve this error? Any help or guidance would be greatly appreciated!
Thanks in advance.
-
Hi @Krish-bhanderi,
Apologies for delayed response.
The message "Something Went Wrong, Please Try After Sometime" usually indicates the network/internet issue.
Please share us the API endpoints, request and response if the issue still persistThanks & Regards,
SmartAPI team