Inputing invalid Timeout param in HTTP client shards should result in error containing line/column info #850
Labels
low priority
The importance of this task, is it blocking the users? High, is it just annoying a single user? Low.
Type: Bug
Describe the bug
If we set an invalid Timeout like this:
error thrown leaks Rust error message without
.shs
line/column info:Issue affects other HTTP client method shards in the same way, namely:
Expected behavior
Inputting invalid Timeout parameter to
Http.Delete
should result in error containing line/column info where the error occurs in the.shs
script.The text was updated successfully, but these errors were encountered: