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