Contact SentryOne support for assistance. Query the [Partitioning].[ActionErrorLogging] table to view error details. Table holds 7 days worth of information.
To view error messages:
SELECT * FROM [Partitioning].[ActionErrorLogging]
WHERE [Action] = 0
ORDER BY ActionTime DESC;