Interface ExceptionParser<T>

    • Method Detail

      • parseException

        T parseException​(@Nullable
                         String response,
                         @Nullable
                         Map<String,​? extends Collection<String>> headers)
        Parse exception.
        Parameters:
        response - the response
        headers - the headers
        Returns:
        the parsed exception