Uses of Class
io.jans.ca.plugin.adminui.utils.ErrorResponse
-
Packages that use ErrorResponse Package Description io.jans.ca.plugin.adminui.utils -
-
Uses of ErrorResponse in io.jans.ca.plugin.adminui.utils
Methods in io.jans.ca.plugin.adminui.utils that return ErrorResponse Modifier and Type Method Description static ErrorResponse
ErrorResponse. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorResponse[]
ErrorResponse. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-