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

com.ijson.rest.proxy.exception.RestProxyExceptionCode Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.ijson.rest.proxy.exception;

/**
 * Created by cuiyongxu on 23/03/2017.
 */
public interface RestProxyExceptionCode {
    int REST_PROXY_INVOKE_ROEMOT_SERVICE=-1;

    int REST_PROXY_CONFIG=-2;

    int REST_PROXY_INVALIDE_CRM_VERSION=-3;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy