Skip to content

Commit

Permalink
Explain errors for message properties
Browse files Browse the repository at this point in the history
Closes #1336
  • Loading branch information
tfpauly authored Oct 2, 2023
1 parent 91cee08 commit ebc1a40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion draft-ietf-taps-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,10 @@ with configurable per-Message reliability is used, setting
allow this Message to be sent without any reliability guarantees. Changing
the `msgReliable` Message Property is only possible for
Connections that were established enabling the Selection Property
`perMsgReliability`.
`perMsgReliability`. If the contradicting Message Property
cannot be supported by the Connection (such as requiring reliability
on a Connection that uses an unreliable protocol), the `Send` action
will result in a `SendError` event.

The following Message Properties are supported:

Expand Down

0 comments on commit ebc1a40

Please sign in to comment.