Interface WarningsHandler


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

      • warningsShouldFailRequest

        boolean warningsShouldFailRequest​(java.util.List<java.lang.String> warnings)