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

cn.net.vidyo.common.IErrorEnum Maven / Gradle / Ivy

There is a newer version: 2.1.0.45.RELEASE
Show newest version
package cn.net.vidyo.common;

public interface IErrorEnum {
    int getCode();

    String getMessage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy