Package io.jenkins.plugins.constant
Class ErrorCode
- java.lang.Object
-
- io.jenkins.plugins.constant.ErrorCode
-
public abstract class ErrorCode extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GENERIC_ERROR
static int
INVALID_EMAIL
-
Constructor Summary
Constructors Constructor Description ErrorCode()
-
-
-
Field Detail
-
GENERIC_ERROR
public static final int GENERIC_ERROR
- See Also:
- Constant Field Values
-
INVALID_EMAIL
public static final int INVALID_EMAIL
- See Also:
- Constant Field Values
-
-