-
Notifications
You must be signed in to change notification settings - Fork 2
Custom DFG errors #1147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Custom DFG errors #1147
Conversation
dd48d7e
to
44659cf
Compare
@@ -0,0 +1,57 @@ | |||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dehann , please have a look at the types and descriptions in this file, no need to review the rest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ie. are you happy with names: LabelNotFoundError
, LabelExistsError
, and SerializationError
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1147 +/- ##
===========================================
- Coverage 73.58% 73.42% -0.17%
===========================================
Files 28 29 +1
Lines 2442 2457 +15
===========================================
+ Hits 1797 1804 +7
- Misses 645 653 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Standard errors and update functions that should throw them.