type NoResult = Result[Nothing]case object Empty extends NoResult with NoGood[Nothing] {...
(_:_)
.onError((_:_) => savePage())