Description
The toast notification is working fine when user actions are successful but its message is empty when an error occurs.
That's happening because we take the message for any case (successful and error) from response.data.title to print it in the toast but we are not putting there the message when an error occurs. For those cases we are adding a formatted error message to response.data.
Acceptance criteria
- The toast shows always a message according to the result of the operation that users perform