Basically, if all the Claim checker functions are named isValidXYZFeature then they should return a boolean. Otherwise, they should be renamed as checkValidXYZFeature() which would return an error in case any checks fail!
Basically, if all the Claim checker functions are named isValidXYZFeature then they should return a boolean.
Otherwise, they should be renamed as checkValidXYZFeature() which would return an error in case any checks fail!