Exception: Cerbos::Hub::Stores::Error::ValidationFailure
- Inherits:
-
Error::NotOK
- Object
- StandardError
- Error
- Error::NotOK
- Cerbos::Hub::Stores::Error::ValidationFailure
- Defined in:
- lib/cerbos/hub/stores/error.rb
Overview
Error thrown when a store modification is rejected because it contains invalid files.
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
The validation failures.
Attributes inherited from Error::NotOK
Instance Attribute Details
#errors ⇒ Object (readonly)
The validation failures.
65 66 67 |
# File 'lib/cerbos/hub/stores/error.rb', line 65 def errors @errors end |