Variable: tramp-file-missing
tramp-file-missing is a variable defined in tramp-compat.el.gz.
Value
file-missing
Documentation
The error symbol for the file-missing error.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-compat.el.gz
;; `file-missing' is introduced in Emacs 26.1.
(defconst tramp-file-missing
(if (get 'file-missing 'error-conditions) 'file-missing 'file-error)
"The error symbol for the `file-missing' error.")