cause property

  1. @override
Exception? cause
final

Original exception that caused this exception (for exception chaining). Used to preserve context through retry attempts and error transformations.

Implementation

@override
final Exception? cause;