You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user fails to specify a host, user && password, tokenType && tokenValue, or tokenValue in their connection object when creating a session, the user will be presented with:
Exception has occurred: TypeError
exceptions must derive from BaseException
From src/core/zowe/core_for_zowe_sdk/session.py, the lines to be revised are (line numbers may change):
Line 48: raise "Host must be supplied"
Line 64: raise "An authentication method must be supplied"
Describe your environment
Additional context
The text was updated successfully, but these errors were encountered:
Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
Describe the bug
If a user fails to specify a host, user && password, tokenType && tokenValue, or tokenValue in their connection object when creating a session, the user will be presented with:
From src/core/zowe/core_for_zowe_sdk/session.py, the lines to be revised are (line numbers may change):
Line 48:
raise "Host must be supplied"
Line 64:
raise "An authentication method must be supplied"
Describe your environment
Additional context
The text was updated successfully, but these errors were encountered: