BagJourney Errors
Error Messages
Errors returned by this API will be associated with a HTTP status code of 400 (bad request). Errors are returned as an array of 1 or more error messages. The GetBagHistory service validates against all the input parameters and the corresponding error messages will be displayed.
HTTP Code | Text | Description |
---|---|---|
401 |
Unauthorized |
Customer Service API Key is mandatory
Customer Service API Key does not exist
Customer Application not authorized to get this [operation] |
404 |
Not Found |
Resource not found |
Sample Response
HTTP Code: 401callback(
{
"success": false,
"errors": [
"Customer Service API Key does not exist",
]
}
)