pydo
pydo copied to clipboard
Add documentation on surfacing error codes (#231)
This PR adds a section in the README explaining how to surface and handle API error codes in Pydo. It provides a simple Python example showing how users can catch exceptions and print error codes and messages. Closes #231