package foundation.route; public interface IErrorCode { static String TimeOut = "timeout"; static String ServerError = "serverError"; static String NotExistsError = "notExistsError"; }