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.

API Route#

Route

/basic/eway/{flynn-version}/{ewb_provider}/{ewb-api-version}/Master/GetErrorList

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

URL Parameters#

Name Description Type
flynn-version version of the API
for example, v3.0
string
ewb-api-version E-invoice API version
for example, v1.03
string
ewb_provider Eway bill provider
for example, ew1
enum(ew1, ew2)

Headers#

All headers are mentioned in common EWB headers

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 -Id"
    },
    {
        "errorCode": "105",
        "errorDesc": "Invalid Token"
    },
    {
        "errorCode": "106",
        "errorDesc": "Token Expired"
    }
],
"error": null,
"info": null,
"additionalInfo": null,
"alert": null
}

E-way Bill errors are mentioned under Common Errors for v3.0 API

Notes#

Below URL is deprecated now. Instead of it please use New URL.
/basic/ewb/{flynn-version}/{ewb-api-version}/Master/GetErrorList