Returns a failed result with a BaseError.
Result<T> errorResult<T>(BaseError error) => _ErrorResult(error);