xcp_d.utils.bids.BIDSError

exception xcp_d.utils.bids.BIDSError(message, bids_root)[source]

A generic error related to BIDS datasets.

Parameters:
  • message (str) – The error message.

  • bids_root (str) – The path to the BIDS dataset.