DicomProcessingException constructor

const DicomProcessingException(
  1. String message, [
  2. 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]);