-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: introduce TransformerBatchApplyError ... (#1402)
- to allow to forward, which transformer of a batch failed - use it in ApplyTransformers and ApplyTransformersInternal - remove grcp errors in low level repository: grpc errors should only be created on a high level at the endpoint - try to remove (now?) rather pointless internal error type - close the result channel and ensure only one error or nil is send - rename too generic type element to transformerBatchrename, and applyElement to applyTransformerBatches
- Loading branch information
1 parent
7208187
commit 7d5332c
Showing
8 changed files
with
190 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.