We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 618b195 + f0eadd1 commit 1b5729eCopy full SHA for 1b5729e
core/src/main/python/discover.py
@@ -97,7 +97,7 @@ def __verify_required_args_present(required_arg_map):
97
98
for req_arg in __required_arguments:
99
if req_arg not in required_arg_map:
100
- ex = exception_helper.create_cla_exception('WLSDPLY-09040', _program_name, req_arg)
+ ex = exception_helper.create_cla_exception('WLSDPLY-20005', _program_name, req_arg)
101
ex.setExitCode(CommandLineArgUtil.USAGE_ERROR_EXIT_CODE)
102
__logger.throwing(ex, class_name=_class_name, method_name=_method_name)
103
raise ex
0 commit comments