Actions
Feature proposal #9409
closedImplement support for error responses in &format=raw auto action access
Description
When accessing an auto action directly as an API endpoint and there are errors this should throw a 500 error code. If debugging is enabled this should also include a JSON array of errors logged in the response body. The idea is to be able to debug API endpoints similar to non-API auto actions (which output to Joomla message queue).
Actions