Differences
This shows you the differences between two versions of the page.
| |
cmd:s_error [2020/06/06 18:03] – created deva | cmd:s_error [2020/07/04 17:41] (current) – deva |
---|
| |
<code> | <code> |
<subscription id> error <error code> <error text> | error <error code> <error text> |
</code> | </code> |
* The ''subscription id'' is the id of the node on which the subscription was originally made and to which this error applies. | The error command is the only command that is not prefixed with a subscription id, since this would not be meaningful. Errors relate to the entire connection and not just one subscription (typically the last sent command by the client). |
* The ''error code'' is an integer representing the error that happened. Error codes are TBD. | * The ''error code'' is an integer representing the error that happened. Error codes are TBD. |
* The ''error text'' is a textual representation of the error which can be directly presented to a user. | * The ''error text'' is a textual representation of the error which can be directly presented to a user. |