Exception: Cerbos::Hub::Stores::Error::ValidationFailure

Inherits:
Error::NotOK
  • Object
show all
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

Attributes inherited from Error::NotOK

#code, #details, #metadata

Instance Attribute Details

#errorsObject (readonly)

The validation failures.



65
66
67
# File 'lib/cerbos/hub/stores/error.rb', line 65

def errors
  @errors
end