S05: NATS endpoint catalog, passthrough and error-bundle docs
This commit is contained in:
commit
0cf87863d4
15 changed files with 1315 additions and 0 deletions
13
source/errors.rst
Normal file
13
source/errors.rst
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Errors and Network Error Bundle
|
||||
================================
|
||||
|
||||
Never put the intended recipient payload in an error object.
|
||||
|
||||
* **ct_sender** -- failure status encrypted so **only the sender** can read it.
|
||||
* **ct_system** -- bounce report encrypted to the **system public key** for
|
||||
logging/recovery (lookup_id, error_code, dest_class, respond flag).
|
||||
* **Dead letter** -- ``verae.sm.dead`` with the same bundle.
|
||||
* **Central log** -- ``verae.sm.log.summary``: codes only.
|
||||
|
||||
The sender identifies the original message with ``lookup_id``, not by
|
||||
decrypting what they sent.
|
||||
Loading…
Add table
Add a link
Reference in a new issue