Skip to content

Commit

Permalink
Merge branch 'gh-pages' into issue461
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Bjorkengren committed Apr 12, 2023
2 parents 54524ad + a367f34 commit e1a416d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions spec/VISSv2_Core.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,11 @@ <h2>Subscription</h2>
<section id="error-message">
<h2>Error Message</h2>
<p>The server MUST inform a client about errors ocurring in interactions between the two, whether it is in a synchronous
error response, or an asynchronous error notification as a result of a previous subscribe.
error response, or an asynchronous error event as a result of a previous subscribe.
For transport protocols which do not control the logical linking between request and response messages it may not be possible to link an error message to the correct client request.
In cases like this the server may omit sending an error message.
The error message has three arguments, of which subscriptionId is mandatory only for error notifications.
The error message has three arguments, of which subscriptionId is mandatory only for error events.
In the case of an error event being issued by the server, the associated subscription session SHALL thereafter be terminated by the server.
</p>
<p>Arguments:
<ul>
Expand Down
3 changes: 1 addition & 2 deletions spec/VISSv2_Transport.html
Original file line number Diff line number Diff line change
Expand Up @@ -1498,8 +1498,7 @@ <h2>Term Definitions</h2>
<tr>
<td> <dfn data-dfn-type="dfn" id="dfn-subscriptionid">subscriptionId</dfn> </td>
<td>String</td>
<td>Value returned by the server to uniquely identify each subscription.
The value <em class="rfc2119" title="MAY">MAY</em> be an integer or a Universally Unique Identifier (UUID).</td>
<td>Value returned by the server to uniquely identify each subscription.</td>
</tr>
<tr>
<td><dfn data-dfn-type="dfn" id="dfn-authorization">authorization</dfn> </td>
Expand Down

0 comments on commit e1a416d

Please sign in to comment.