Uses of Enum Class
nl.andrewl.concord_core.msg.types.Error.Level
Packages that use Error.Level
Package
Description
Contains all the various message types which can be sent between the server
and client.
-
Uses of Error.Level in nl.andrewl.concord_core.msg.types
Fields in nl.andrewl.concord_core.msg.types declared as Error.LevelModifier and TypeFieldDescriptionprivate final Error.Level
Error.level
The field for thelevel
record component.Methods in nl.andrewl.concord_core.msg.types that return Error.LevelModifier and TypeMethodDescriptionError.level()
Returns the value of thelevel
record component.static Error.Level
Returns the enum constant of this class with the specified name.static Error.Level[]
Error.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in nl.andrewl.concord_core.msg.types with parameters of type Error.LevelModifierConstructorDescriptionError
(Error.Level level, String message) Creates an instance of aError
record class.