Expand description
Error handling for scirs2-python
This module provides comprehensive error types and conversions for Python exceptions.
Enums§
- SciR
S2Error - Main error type for scirs2-python operations
Traits§
- Array
Access Ext - Helper trait for converting numpy array access errors
Functions§
- check_
min_ length - Helper function to validate minimum array length
- check_
not_ empty - Helper function to validate array is not empty
- check_
same_ length - Helper function to validate arrays have same length
- get_
array_ slice - Helper function to safely get array slice with context
- get_
array_ slice_ 2d - Helper function to safely get 2D array slice with context