In this thread the error codes of the API will be discussed.
🟢 Success
200: OK Everything is fine. The result contains the log-skeleton model.
🔴 Failure
400: Bad Request There is a bad request. Meaning something is wrong with the request, e.g. Missing/ Bad event-log.
404: Not Found The given route was not found.
- (
429: Too many requests The client is requesting the log-skeleton too often. Attack prevention.)
In this thread the error codes of the API will be discussed.
🟢 Success
200: OKEverything is fine. The result contains the log-skeleton model.🔴 Failure
400: Bad RequestThere is a bad request. Meaning something is wrong with the request, e.g. Missing/ Bad event-log.404: Not FoundThe given route was not found.429: Too many requestsThe client is requesting the log-skeleton too often. Attack prevention.)