Skip to content

how to flatten nested errors? #151

@MathieuDerelle

Description

@MathieuDerelle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions