Uses of Class
com.authlete.common.types.ErrorCode
-
Packages that use ErrorCode Package Description com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of ErrorCode in com.authlete.common.types
Methods in com.authlete.common.types that return ErrorCode Modifier and Type Method Description static ErrorCode
ErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorCode[]
ErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-