Instance Method
processValidatorResult(_:)processValidatorResult:error: processValidatorResult_error_
On of the results that was retuned from one of the methods above. Solve the conflict/error if possible
Declaration
func processValidatorResult(_ result: Any!) throwsDeclaration
- (BOOL) processValidatorResult:(id) result error:(NSError **) error;Declaration
processValidatorResult_error_(result: object) -> tuple[bool, NSError]