DicomProcessingException constructor
- String message, [
- dynamic originalError
Thrown when the high-performance Rust engine fails to parse or process the file.
Common causes include:
- Corrupted .dcm file.
- Unsupported DICOM transfer syntax.
- Memory allocation failures during large volume parsing.
Implementation
const DicomProcessingException(super.message, [super.originalError]);