I would like to have a full list of frontend page messages that Magento generates out of the box. For example, Magento displays a success message when a product is added to cart and another when someone subscribes to a newsletter. I would like to know all the things that trigger these messages.
Hi @jeremyllama
You can check all available messages in Magento, Check below file
vendor/magento/framework/Message/ManagerInterface.php
List of messages in Magento :
addMessage
addMessages
addError
addWarning
addNotice
addSuccess
addErrorMessage
addWarningMessage
addNoticeMessage
addSuccessMessage
addComplexErrorMessage
addComplexWarningMessage
addComplexNoticeMessage
addComplexSuccessMessage
addUniqueMessages
addException
addExceptionMessag
Hope it helps.
Some other types of messages are