Error Handling#

This guide covers practical error-handling patterns for pydplus, including:

  • How API errors are currently surfaced by the library

  • How to add safe retries in your application code

  • How to collect useful diagnostics during failures

  • Gaps in current behavior that are good candidates for future releases

Before applying these patterns, make sure your client is configured correctly. See Authentication and Quickstart.

More info coming soon!