Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

Status code- 401 (Unauthorized user)

Code Block
languagejson
{
    "success": false,
    "message": "Unauthorized User",{
        "statuserror": false"UNAUTHORIZED"
    }
}

Warning

Status Code - 500 (Unprocessable entity)

Code Block
languagejson
{
    "success": false,
    "message": {
        "error": "\"shipments\" is required"
    }
}

Warning

Status code- 403 (Forbidden)

Code Block
languagejson
{
    "success": false,
    "message": {
        "error": "Master Trip creation failed.",
        "shipments": [
            "Invalid Plant Code. No Branch Exists for this Plant Code",
            "Invalid Plant Code. No Branch Exists for this Plant Code"
        ]
    }
}

Info

There could be multiple scenarios for errors. Most frequent errors are listed above.