Function: epg--status-KEY_NOT_CREATED
epg--status-KEY_NOT_CREATED is a byte-compiled function defined in
epg.el.gz.
Signature
(epg--status-KEY_NOT_CREATED CONTEXT STRING)
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg--status-KEY_NOT_CREATED (context _string)
(epg-context-set-result-for
context 'error
(cons '(key-not-created)
(epg-context-result-for context 'error))))