Run the law and return either None on pass or Some<string> with the error report on fail.
None
Some<string>
See also testLaw.
Optional
Run the law and return either
None
on pass orSome<string>
with the error report on fail.See also testLaw.