Windows sandbox failures now carry a specific error code, though one remediation hint was dropped.
What's wrong with this entry?
Windows sandbox failures now raise a typed error instead of a bare Error, so callers can branch on the cause rather than parse a message.
- The error class is WindowsSandboxError, carrying a machine-readable code plus the
srt-winsubcommand that failed. - Codes:
bin_shell_invalid,srt_win_nonzero,srt_win_bad_json,not_provisioned,argv_too_long. - The argv-length message lost its trailing remediation sentence suggesting you shorten the command.
- Windows only.
srt_win_bad_json
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Windows policy helpers can be PowerShell scripts
Both mention window
-
v2.1.234
Windows sandbox refusals now say why an exclusion did not apply
Both mention window
-
v2.1.234
Terminal is restored on Ctrl+Break on Windows
Both mention window