Variable: dired--ls-error-buffer
dired--ls-error-buffer is a variable defined in dired.el.gz.
Value
nil
Documentation
Non-nil if the current dired invocation yields an ls error.
The non-nil value is the buffer containing the error message.
Source Code
;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defvar dired--ls-error-buffer nil
"Non-nil if the current dired invocation yields an `ls' error.
The non-nil value is the buffer containing the error message.")