aboutsummaryrefslogtreecommitdiff
path: root/ouroboros/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* pyouroboros: Use consistent format docstringsHEADmasterDimitri Staessens8 days1-92/+130
| | | | | | | | | This is basically a clean up pass to make sure all docstrings are aligned. The copyright banners are replaced by SPDX statements. Also did a general clean up on the comments. Passes pylint. No structural changes. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
* ouroboros: Derive errors from base classDimitri Staessens2026-06-301-0/+246
Introduce ouroboros/errors.py with an OuroborosError base and subclasses for IRM/IPCPd/flow/name/bind. Now maps C errno values onto the appropriate Python exception.