Expand description
Error handling module.
This module provides structured error types for dataset loading operations, such as download failures, validation errors, and I/O errors. It also provides detailed data format errors with line numbers and context for debugging.
Enumsยง
- Data
Format Error Kind - Specific kinds of data format errors that can occur during dataset parsing.
- Dataset
Error - Error type used by dataset loading utilities.