Class CommonErrorCode
- java.lang.Object
-
- org.apache.shenyu.common.exception.CommonErrorCode
-
public class CommonErrorCode extends java.lang.ObjectCommonErrorCode.
-
-
Field Summary
Fields Modifier and Type Field Description static intERRORThe constant ERROR.static intNOT_FOUND_EXCEPTIONThe constant NOT_FOUND_EXCEPTION.static intSUCCESSFULThe constant SUCCESSFUL.static intTOKEN_ERRORThe constant TOKEN_ERROR.static intTOKEN_NO_PERMISSIONThe constant TOKEN_NO_PERMISSION.
-
Constructor Summary
Constructors Constructor Description CommonErrorCode()
-
-
-
Field Detail
-
SUCCESSFUL
public static final int SUCCESSFUL
The constant SUCCESSFUL.- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR
The constant ERROR.- See Also:
- Constant Field Values
-
TOKEN_ERROR
public static final int TOKEN_ERROR
The constant TOKEN_ERROR.- See Also:
- Constant Field Values
-
TOKEN_NO_PERMISSION
public static final int TOKEN_NO_PERMISSION
The constant TOKEN_NO_PERMISSION.- See Also:
- Constant Field Values
-
NOT_FOUND_EXCEPTION
public static final int NOT_FOUND_EXCEPTION
The constant NOT_FOUND_EXCEPTION.- See Also:
- Constant Field Values
-
-