is there a method to get all the errors in an array ? (even if they are nested) when validating a hash for instance : ``` required do hash :params do required do string :action, strict: true integer :id end end end ```