About this question
I want to get all the validation error messages from the Apex class to the lightning component. When I got one error message while using DMLException, I tried to use Database.Save result. After the successful update, without any validation error, I get the message that shows successfully updated. But I find nothing in the toast for the records with validation errors. Can anyone help me understand what I am missing out on?