cause property

Object? cause
final

The original error that caused this exception, if any

When an RDF exception is wrapping another exception (e.g., an I/O error or a format error from a lower-level library), this property contains the original exception to maintain the full error chain.

Implementation

final Object? cause;