Skip to content

Get Error List#

This API returns a string containing all the errors thrown by e-way bill APIs along with their error codes. If the environment is sandbox then e-invoice api will get hit and in case of production e-waybill api will get hit.

Route

/enriched/einv/{flynn-version}/{irp}/ewayapi/error-list

  • active ‘flynn-version’: v3.0
  • method: GET

URL Parameters#

Name Description Type
flynn-version version of the API
for example, v3.0
string
irp IRP Provider as per GST registration for e-invoicing enum (ni1, ni2)

Headers#

All headers as mentioned in the Enriched E-Invoice API introduction.

Response#

200:#

Sample Response Body

{
  "status": "1",
  "data": [
    {
      "errorCode": "100",
      "errorDesc": "Invalid Json"
    },
    {
      "errorCode": "101",
      "errorDesc": "Invalid Username"
    },
    {
      "errorCode": "102",
      "errorDesc": "Invalid Password"
    },
    {
      "errorCode": "103",
      "errorDesc": "Invalid Client -Id"
    },
    {
      "errorCode": "104",
      "errorDesc": "Invalid Client Secret"
    },
    {
      "errorCode": "105",
      "errorDesc": "Invalid Token"
    }
  ],
  "error": null,
  "info": null,
  "additionalInfo": null,
  "alert": null
}        

Enriched e-invoice errors are mentioned under common errors for v3.0 api.

Notes#

IRP - nic is deprecated. Instead of it please use ni1 or ni2