strongdm/scim-integrations

Add expected and unexpected error handling

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
Currently we have a simple error handling that's just printing the error, but if a unexpected error occurs, we need to abort the application.

Describe the solution you'd like
Add an error treatment verifying if the error is unexpected. If it is, abort the application, if it is not, just show the error using Stderr and continue.