diff --git a/docs/classes/av_client.AVClient.html b/docs/classes/av_client.AVClient.html index 06fde44c..9b3b635d 100644 --- a/docs/classes/av_client.AVClient.html +++ b/docs/classes/av_client.AVClient.html @@ -263,7 +263,7 @@

Returns Promise<void>

Returns undefined on success or throws an error.

-

TypeError if called before voter registration (this.voterSession is undefined — the guard on line 628 dereferences it directly).

+

TypeError if called before voter registration (this.voterSession is undefined — the method dereferences it directly without a null check).

NetworkError if any request failed to get a response.

Returns Promise<string>

The 7-character Base58 pairing code derived from the verifier item's short address. Both the voter's app and this verifier should display this code so the voter can confirm they are paired with the correct device.

-

NetworkError if any request failed to get a response.

+

An error if the DBB request fails (raw Axios error — not wrapped in NetworkError).