FiltersManager.getAllServices({
callback : updateServiceFilter,
errorHandler : function(message) {
alert(message);
}
});
Although I throw an exception when an error occurs in the backend, the error message always shows as "Error" when alerted.
Do I need to enable a specific setting for this to display the correct error message?