Closed dzmitryhil closed 2 years ago
generally code is fine, but my intention for GravityError::UnrecoverableError was mainly for stuff that would stop the orchestrator (especially at the start, ie UnrecoverableError("Invalid Config")
)
so if all of your errors would stop it then that is the appropriate field of Enum, if not, let's use another one
Resolves #37 Resolves #42