Consider making `ScheduleResponse` richer
paulgb opened this issue · 0 comments
paulgb commented
Currently, ScheduleResponse
can only represent NoDroneAvailable
or Scheduled
. We probably also want a way to represent errors during scheduling, although it may be by wrapping ScheduleResponse
in a Result
.