tractor/tractor/msg
Tyler Goodlet fd0c14df80 Add `Error.message: str`
Allows passing a custom error msg other then the traceback-str over the
wire. Make `.tb_str` optional (in the blank `''` sense) since it's
treated that way thus far in `._exceptions.pack_error()`.
2025-03-21 15:25:42 -04:00
..
__init__.py Rename `.msg.types.Msg` -> `PayloadMsg` 2025-03-21 15:25:42 -04:00
_codec.py Drop `msg.types.Msg` for new replacement types 2025-03-21 15:25:42 -04:00
_ops.py Don't need to pack an `Error` with send-side MTEs 2025-03-21 15:25:42 -04:00
pretty_struct.py Mk `.msg.pretty_struct.Struct.pformat()` a mod func 2025-03-21 15:25:42 -04:00
ptr.py `NamespacePath._mk_fqnp()` handle `__mod__` for methods 2025-03-21 15:25:41 -04:00
types.py Add `Error.message: str` 2025-03-21 15:25:42 -04:00