=ob-clojure.el::org-babel-execute:clojure=
```
#+BEGIN_SRC emacs-lisp
(nrepl-dict-get
(nrepl-sync-request:eval "(print \"hello, world!\")" (cider-current-connection) (cider-current-session))
;; key: "output", "status"
"output")
#+END_SRC
```
```
#+RESULTS:
#+BEGIN_EXAMPLE
(dict "status"
("namespace-not-found" "done" "error" "done" "state" "state")
"id" "8" "session" "7dcda490-01d9-4411-a05b-804a4f8663b6" "changed-namespaces"
(dict)
"repl-type" "cljclj")
#+END_EXAMPLE
```
You can see the request evaluate result is error.