Uses of Class
net.anotheria.portalkit.adminapi.rest.ErrorKey
-
Packages that use ErrorKey Package Description net.anotheria.portalkit.adminapi.rest -
-
Uses of ErrorKey in net.anotheria.portalkit.adminapi.rest
Methods in net.anotheria.portalkit.adminapi.rest that return ErrorKey Modifier and Type Method Description ErrorKeyReplyObject. getErrorKey()static ErrorKeyErrorKey. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorKey[]ErrorKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anotheria.portalkit.adminapi.rest with parameters of type ErrorKey Modifier and Type Method Description static ReplyObjectReplyObject. error(ErrorKey errorKey)static ReplyObjectReplyObject. error(ErrorKey errorKey, java.lang.String message)static ReplyObjectReplyObject. error(ErrorKey errorKey, java.lang.String name, java.lang.Object result)voidReplyObject. setErrorKey(ErrorKey errorKey)
-