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

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