Skip to main content

Module error

Module error 

Source
Expand description

Error types for the BIDS crate ecosystem.

All fallible operations across bids-* crates return Result<T>, which uses BidsError as the error type. The error variants cover the full range of failure modes: filesystem I/O, JSON parsing, BIDS validation, entity resolution, query filtering, database operations, and path building.

Enums§

BidsError
Errors that can occur when working with BIDS datasets.

Type Aliases§

Result
A specialized Result type for BIDS operations.