Component
zsvirt
Problem description
In ZSClient.pollResult, when a polling URL is missing, the thrown message starts with "Internal Error]" — missing
the opening [. The sibling message above it correctly reads "[Internal Error] ...".
Steps to reproduce
- Call any async API whose server response omits the polling
location URL.
- Observe the thrown error message begins with
"Internal Error]" (no leading [).
Expected behavior
The message reads "[Internal Error] the api[...] is an async API but the server doesn't return the polling location url".
Environment
No response
Logs or screenshots
No response
Component
zsvirt
Problem description
In
ZSClient.pollResult, when a polling URL is missing, the thrown message starts with"Internal Error]"— missingthe opening
[. The sibling message above it correctly reads"[Internal Error] ...".Steps to reproduce
locationURL."Internal Error]"(no leading[).Expected behavior
The message reads
"[Internal Error] the api[...] is an async API but the server doesn't return the polling location url".Environment
No response
Logs or screenshots
No response