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

com.alibaba.rocketmq.client.common.ClientErrorCode Maven / Gradle / Ivy

There is a newer version: 3.6.2.Final
Show newest version
package com.alibaba.rocketmq.client.common;

public class ClientErrorCode {
    public static final int ConnectBrokerException = 10001;
    public static final int AccessBrokerTimeout = 10002;
    public static final int BrokerNotExistException = 10003;
    public static final int NoNameServerException = 10004;
    public static final int NotFoundTopicException = 10005;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy