pipolars.PIPolarsError

exception pipolars.PIPolarsError[source]

Bases: Exception

Base 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

__init__(message, details=None)[source]