-
Notifications
You must be signed in to change notification settings - Fork 43
[Enhancement][data_set]Enhance error messages when not able to create GDGs #2212
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
base: staging-v1.16.0-beta.1
Are you sure you want to change the base?
[Enhancement][data_set]Enhance error messages when not able to create GDGs #2212
Conversation
if gdgs.exists(arguments.get("name")): | ||
present = True | ||
|
||
if not present: | ||
gdg = gdgs.create(**arguments) | ||
# gdg = gdgs.create(**arguments) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the code works fine with your changes, I would remove the commented lines with the calls that were previously used.
@@ -0,0 +1,3 @@ | |||
minor_changes: | |||
- data_set - Enhances error message for GDG creation failure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- data_set - Enhances error message for GDG creation failure. | |
- zos_data_set - Enhances error messages when creating a Generation Data Group fails. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from Ale's comments I don't have any more to add. LGTM
SUMMARY
Override Zoau Error response with more descriptive error messages
#1976
ISSUE TYPE
COMPONENT NAME
data_set
ADDITIONAL INFORMATION