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

Helper class for when Google code wants to log errors that may have failed an item outside of the executors #1315

Merged
merged 10 commits into from
Dec 19, 2023

Conversation

osamahan999
Copy link
Collaborator

@osamahan999 osamahan999 commented Dec 7, 2023

ex will be in pr #1306

try {
  convertToMediaModel(...)
} catch (ParseException e) {
  ErrorDetail errorDetail = GoogleErrorLogger.createErrorDetail(...);
  GoogleErrorLogger.logFailedItemErrors(jobId, ImmutableList.of(errorDetail), jobStore);
  monitor.log(...);
}

@osamahan999 osamahan999 merged commit 9501408 into dtinit:master Dec 19, 2023
5 checks passed
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

Successfully merging this pull request may close these issues.

3 participants