originalError property

Object? originalError
final

If available, the error object that was caught when attempting the HTTP request

Will be available if type is FMTCBrowsingErrorType.noConnectionDuringFetch or FMTCBrowsingErrorType.unknownFetchException.

Implementation

final Object? originalError;