类 NamingResponseCode

java.lang.Object
com.alibaba.nacos.api.common.ResponseCode
com.alibaba.nacos.api.naming.NamingResponseCode

public class NamingResponseCode extends ResponseCode
Business response code of naming module

Every code stays between 20001 to 29999.

作者:
nkorange, 1.2.0
  • 字段详细资料

    • RESOURCE_NOT_FOUND

      public static final int RESOURCE_NOT_FOUND
      The requested resource is not found.
      另请参阅:
      常量字段值
    • NO_NEED_RETRY

      public static final int NO_NEED_RETRY
      Stop or no need to retry.
      另请参阅:
      常量字段值
  • 构造器详细资料

    • NamingResponseCode

      public NamingResponseCode()