I'm trying to get the error messages from the Umbraco built-in health checks, which for some is easy to do as some have the property CheckErrorMessages.
Which would allow me to do for example:
new MacroErrorsCheck(healthCheckContext).CheckErrorMessage
However for, for example the data integrity checks, this is not possible.
And I can't seem to get them after running the GetStatus method on the checks either.
Is there another way to get the error messages if there are any?
Umbraco Health Check, CheckErrorMessages
I'm trying to get the error messages from the Umbraco built-in health checks, which for some is easy to do as some have the property CheckErrorMessages.
Which would allow me to do for example:
However for, for example the data integrity checks, this is not possible. And I can't seem to get them after running the GetStatus method on the checks either.
Is there another way to get the error messages if there are any?
is working on a reply...