Uses of Enum Class
org.moera.lib.naming.NamingError
Packages that use NamingError
Package
Description
JSON-RPC 2.0 client.
Moera Naming API client.
-
Uses of NamingError in org.moera.lib.jsonrpc
Constructors in org.moera.lib.jsonrpc with parameters of type NamingErrorModifierConstructorDescriptionJsonRpcResponse
(Object id, NamingError error) Constructs a newJsonRpcResponse
object with the specified request ID and aNamingError
. -
Uses of NamingError in org.moera.lib.naming
Methods in org.moera.lib.naming that return NamingErrorModifier and TypeMethodDescriptionstatic NamingError
Retrieves aNamingError
based on the provided error code.static NamingError
Returns the enum constant of this class with the specified name.static NamingError[]
NamingError.values()
Returns an array containing the constants of this enum class, in the order they are declared.