Add error handling to several pending methods.
So with this PR for example, the test from this other PR/branch it will not panic failing internally in the call of check_relation before the expect, and the test can be modified to expect the specific error.
Add error handling to several pending methods. So with this PR for example, the test from this other PR/branch it will not panic failing internally in the call of
check_relation
before theexpect
, and the test can be modified to expect the specific error.