JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
io.avaje.jex.http.ErrorCode
Packages that use
ErrorCode
Package
Description
io.avaje.jex.http
Http Exceptions
Uses of
ErrorCode
in
io.avaje.jex.http
Methods in
io.avaje.jex.http
that return
ErrorCode
Modifier and Type
Method
Description
static
ErrorCode
ErrorCode.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
ErrorCode
[]
ErrorCode.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.