Interface GeneralHttpErrorHandler


  • public interface GeneralHttpErrorHandler
    Handler or HTTP errors after unsuccessful GET request.
    Since:
    2018.1
    Author:
    Mikhail Khorkov
    • Method Detail

      • handle

        void handle​(@NotNull
                    GeneralHttpErrorHandlerParams params)
             throws java.io.IOException
        Handles the HTTP error after unsuccessful GET request.
        Parameters:
        params - data from unsuccessful GET response
        Throws:
        java.io.IOException - if I/O error occurs