com.arakelian.elastic.ElasticResponse Maven / Gradle / Ivy
package com.arakelian.elastic;
import java.io.IOException;
public interface ElasticResponse {
public int code();
public String message();
public String errorBody() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy