setData function – catch block error return “undefined”

When I try to use the setData function of the tabulator and test to return an error on my backend (REST API Controller) with a custom message, the setData catch block return undefined for the error(exception_var), while when using Axios, the returned exception is not undefined (not tabulator).

documentation link: http://tabulator.info/docs/5.1/data#ajax-params

related code
devtools console
devtools network tab