Returns true if isLoaded and has an error
true
bool get isLoadedWithError => _loaded && _error != null;