pipolars.PIPolarsError¶
- exception pipolars.PIPolarsError[source]¶
Bases:
ExceptionBase exception for all PIPolars errors.
All custom exceptions in the library inherit from this class, making it easy to catch any PIPolars-related error.
- message¶
Human-readable error message
- details¶
Optional dictionary with additional error context