com.alogient.cameleon.sdk.community.interspire.response.IResponse Maven / Gradle / Ivy
The newest version!
package com.alogient.cameleon.sdk.community.interspire.response;
import com.alogient.cameleon.sdk.community.interspire.jaxb.type.Status;
/**
* This interface must be implemented by all responses requests
*
* @author jmirc
*/
public interface IResponse {
/**
* @return The status. SUCCESS or ERROR
*/
public Status getStatus();
/**
* @return The error message
*/
public String getErrorMessage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy