-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split IgnorableVisit and InvalidVisitError.
We may want to reject nextVisit messages either because they specify something we can't process (e.g., dome images for a differencing pipeline) or because we specifically configured the service to ignore them. The former is human error, the latter an error only in the formal sense. Representing these cases with different exceptions lets them be handled differently.
- Loading branch information
1 parent
dc7d981
commit 0043c9d
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters