![JAR search and dependency download from the Maven repository](/logo.png)
com.tvd12.ezymq.common.constant.EzyRpcErrorCodes Maven / Gradle / Ivy
package com.tvd12.ezymq.common.constant;
public final class EzyRpcErrorCodes {
public static final int INVALID_ARGUMENT = 1;
public static final int UNSUPPORTED_OPERATION = 2;
private EzyRpcErrorCodes() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy