DSC icon indicating copy to clipboard operation
DSC copied to clipboard

Update internal `invoke_command()` to retrieve the exit code description from manifest

Open SteveL-MSFT opened this issue 1 year ago • 0 comments

Summary of the new feature / enhancement

Currently, if the exit code is non-zero, the function returns it as an error. however, the resource manifest can describe what specific exit codes mean. The helper function should be updated so that if the exit code maps to one in the manifest, that information is shown, otherwise it's "unknown".

Proposed technical implementation details (optional)

No response

SteveL-MSFT avatar May 07 '24 19:05 SteveL-MSFT