类 NamingResponseCode
java.lang.Object
com.alibaba.nacos.api.common.ResponseCode
com.alibaba.nacos.api.naming.NamingResponseCode
Business response code of naming module
Every code stays between 20001 and 29999.
- 作者:
- nkorange, 1.2.0
-
字段概要
字段修饰符和类型字段说明static final intStop or no need to retry.static final intThe requested resource is not found.从类继承的字段 com.alibaba.nacos.api.common.ResponseCode
OK -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
RESOURCE_NOT_FOUND
public static final int RESOURCE_NOT_FOUNDThe requested resource is not found.- 另请参阅:
-
NO_NEED_RETRY
public static final int NO_NEED_RETRYStop or no need to retry.- 另请参阅:
-
-
构造器详细资料
-
NamingResponseCode
public NamingResponseCode()
-