originalError property
If available, the original error/exception which caused this to be thrown (if not thrown manually)
Usually, one of description or originalError should be provided.
Implementation
final Object? originalError;
If available, the original error/exception which caused this to be thrown (if not thrown manually)
Usually, one of description or originalError should be provided.
final Object? originalError;