Actions
Task #92222
closedReplace ResponseError with regular AjaxResponse
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2020-09-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
HTTP responses having a status code not in 200-299 are basically still a response.
In order to allow general response handling ResponseError is dropped in favor of AjaxResponse.
Actions