Skip to content

sdk: fix error message to reference configure() instead of setConfig() - #47

Open
chayu163 wants to merge 1 commit into
ZSvirt:mainfrom
chayu163:fix/sdk-configure-error-message
Open

chayu163 wants to merge 1 commit into
ZSvirt:mainfrom
chayu163:fix/sdk-configure-error-message

Conversation

@chayu163

Copy link
Copy Markdown

What changed

Updated the errorIfNotConfigured() error message in ZSClient to reference
the actual initialization method configure() instead of the non-existent
setConfig().

Why the change is needed

ZSClient only exposes configure(ZSConfig c) for initializing the client,
so an error message directing users to setConfig() is misleading.

How the change was tested

Message-text-only change; compiles cleanly and needs no behavioral testing.

Related issues

Fixes #46

Compatibility / upgrade impact

None — error message text only.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ZSvirt] bug: sdk: error message references non-existent setConfig() method

1 participant