# `GSFontCheckerProtocol processValidatorResult:error:`

*Instance Method*

On of the results that was retuned from one of the methods above. Solve the conflict/error if possible

## Declaration

```swift
func processValidatorResult(_ result: Any!) throws
```

```objc
- (BOOL) processValidatorResult:(id) result error:(NSError **) error;
```

```python
processValidatorResult_error_(result: object) -> tuple[bool, NSError]
```

