vscode-extension-for-zowe icon indicating copy to clipboard operation
vscode-extension-for-zowe copied to clipboard

zFTP: Inconsistent error messages on functionality yet to be implemented

Open zFernand0 opened this issue 4 months ago • 2 comments

Describe the bug

The error message that appears when a functionality is not implemented on the zFTP VSCE is quite different from operation to operation.

To Reproduce

Attempt any of the following operations:

  1. Download All Spool (Binary) (it lets you select the directory before failing)
  2. Get JCL
  3. Download Single Spool
  4. Issue Stop Command

Expected behavior

To have a consistent error which ideally comes from the zFTP extension and not ZE

Screenshots

image

Desktop (please complete the following information):

  • OS: Any
  • Zowe Explorer Version: latest
  • (Optional) Zowe CLI Version: N/A
  • (Optional) Are you using Secure Credential Store? N/A

Additional context

The order of the errors match the order of the operations listed above (in the reproduce section)

zFernand0 avatar Mar 13 '24 15:03 zFernand0

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.

github-actions[bot] avatar Mar 13 '24 15:03 github-actions[bot]

Investigate implementing a common error type for extenders which they can extend and ze can format the output.

JTonda avatar Mar 19 '24 15:03 JTonda