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​(java.util.List<java.lang.String> warnings)