Exception: Cerbos::Hub::Stores::Error::NoUsableFiles
- Inherits:
-
Error::NotOK
- Object
- StandardError
- Error
- Error::NotOK
- Cerbos::Hub::Stores::Error::NoUsableFiles
- Defined in:
- lib/cerbos/hub/stores/error.rb
Overview
Error thrown when Client#replace_files fails because the request didn't contain any usable files.
Instance Attribute Summary collapse
-
#ignored_files ⇒ Object
readonly
Paths of files that were provided in the request but were ignored.
Attributes inherited from Error::NotOK
Instance Attribute Details
#ignored_files ⇒ Object (readonly)
Paths of files that were provided in the request but were ignored.
Files with unexpected paths, for example hidden files, will be ignored.
33 34 35 |
# File 'lib/cerbos/hub/stores/error.rb', line 33 def ignored_files @ignored_files end |