"error code": "AB1004"


  • I've recently encountered an issue while making API calls in my Node.js TypeScript application. The error message I received was:

    json
    Copy code
    {
    "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.

    Happy coding!


  • Hi @Krish-bhanderi,

    Apologies for delayed response.
    Usually the error "Something Went Wrong, Please Try After Sometime" would be faced when we have the Network/Internet issue.
    Kindly share us the API endpoint, request and response if the issue still persist for us to investigate further.

    Thanks & Regards,
    SmartAPI team