class OcflTools::Errors::RequiredKeyNotFound

Validation errors (stuff that MUST be true, per spec, is not)

Public Class Methods

new(msg="Required key not found in provided inventory.json.") click to toggle source

key 'foo' is in the spec and should be in the inventory. Fail if not.

# File lib/ocfl_tools/ocfl_errors.rb, line 63
def initialize(msg="Required key not found in provided inventory.json.")
end