FetchException.fromException constructor
FetchException.fromException()
Create an exception from a SocketException
Implementation
FetchException.fromException(SocketException super.e)
: errorCode = e.osError?.errorCode,
super.fromException();