Skip to content
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

TerminologyServiceExceptionResult does not have an option to not report anything. #226

Open
ewoutkramer opened this issue Dec 11, 2023 · 0 comments

Comments

@ewoutkramer
Copy link
Member

TerminologyServiceExceptionResult currently looks like this:

  public enum TerminologyServiceExceptionResult
  {
      /// <summary>
      /// Return a warning in case of an exception in Terminology Service.
      /// </summary>
      Warning,
      /// <summary>
      /// Return an error in case of an exception in Terminology Service.
      /// </summary>
      Error,
  }

It does not provide the possiblity to not report anything if the term service reports an exception. I think that the custom handler that returns this enum should be able to say: "I know that this failure is not important, just ignore it".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants