The error types in `nexus-watcher` are a combination of `DbError`, `EventProcessorError`, `RunError`, `DynError`. A good first step towards a more useful structure is to replace `DynError` with clearer types, like variants of `EventProcessorError` or `DbError`.