Skip to content

[ZSvirt] bug: sdk: fix missing bracket in internal error message #38

Description

@chayu163

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

  1. Call any async API whose server response omits the polling location URL.
  2. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions