Hi, Not sure if i understood all correctly but i don't think that there is a method to get all the errors ? like : ```` (defn phrase-all [context spec x] (some->> (s/explain-data spec x) ::s/problems (map #(phrase context %)))) ```` Do i miss something ? Thanks,