Interface WarningsHandler


public interface WarningsHandler
Called if there are warnings to determine if those warnings should fail the request.
  • Field Details

  • Method Details

    • warningsShouldFailRequest

      boolean warningsShouldFailRequest(List<String> warnings)