isNetworkError property

bool get isNetworkError

Whether the authentication failed due to a network error

Implementation

bool get isNetworkError => error is FrappeNetworkException;