-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Config Generation: Structured Result (#1677)
This result is something we can build upon and it allows the following: - Bubbling up multiple errors: Resource A and Resource B failed, but resource C worked - Ignoring or treating differently some errors (by casting). For example, ResourceErrors are not critical because they only mean that a single resource failed - Building up a single result object as we go along. Collecting success or errors from multiple parts of the generation process
- Loading branch information
1 parent
f39fd6f
commit a8bb914
Showing
6 changed files
with
162 additions
and
75 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
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.