2 days ago I started to receive a new status code 602 from mailgun when retrieving events from its API
The returned response has
"delivery-status": {
"attempt-no": 8,
"message": "Too old",
"code": 602,
"description": "",
"session-seconds": 0
}
What does "Too old" exactly mean here? I cant find any documentation on the error codes.