Skip to main content

Module error

Module error 

Source
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ยง

DataFormatErrorKind
Specific kinds of data format errors that can occur during dataset parsing.
DatasetError
Error type used by dataset loading utilities.