#TodayILearned that you can get useful @Veeam error information from the eventlog, as well as from the application

Get-WinEvent -ComputerName VeeamServer -FilterHashtable @{Logname=‘Veeam Backup’;ID=190} | ? message -like “VeeamJobName” | select timecreated, message | fl