-
Notifications
You must be signed in to change notification settings - Fork 62
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
P2P - Implement Error Handling class #1015
Comments
@f-odhiambo @dubdabasoduba could you give further information on what is required for this ticket. |
@Rkareko @ekigamba I think we need the following
|
Are these errors getting thrown by / is this an issue with fhircore or is it with the p2p library? It might be reasonable for the p2p library to catch any exception the code it raises and throw it's own exception with error messaging, then fhircore can only concern itself with catching the p2p exception |
@dubdabasoduba thoughts on gracefully handling errors : -
|
Sub tasks |
@dubdabasoduba could you provide further clarification on this point. When fatal errors occur that would mean the app has already crashed. |
@dubdabasoduba @HenryRae please provide designs / way forward on how to implement this. |
replace w/new issue after discussion |
Manage any errors brought about by
And report back either error message or/and status code
The text was updated successfully, but these errors were encountered: