All Downloads are FREE. Search and download functionalities are using the official Maven repository.

studio.wetrack.web.result.ErrorMessage Maven / Gradle / Ivy

package studio.wetrack.web.result;

/**
 * Created by zhangsong on 15/11/12.
 */
public interface ErrorMessage {
	String getCode();

	String getMessage();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy