-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle unsupported message type errors in client generator (#984)
* fix: throw error for all message types and continue client creation for multiple clients * fix: formatting * fix: comments * fix: update error messages and remove continue * fix: refactor the code by breaking into sub-methods * fix: revert the code refactor and remove try except in batch mode * fix: throw error for first failure after iteration duting all mode * fix: formatting * fix: update error message
- Loading branch information
1 parent
3360077
commit a0cf656
Showing
2 changed files
with
71 additions
and
45 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