Exception
ptnad.exceptions.PTNADException
Bases: Exception
Base exception for all PTNAD-related errors.
ptnad.exceptions.PTNADAPIError
Bases: PTNADException
Exception raised for errors in the API.
Source code in src/ptnad/exceptions.py
ptnad.exceptions.AuthenticationError
Bases: PTNADException
Exception raised for authentication errors.
ptnad.exceptions.ValidationError
Bases: PTNADException
Exception raised for validation errors.