Uses of Enum Class
jsonvalues.spec.ERROR_CODE
Packages that use ERROR_CODE
Package
Description
This package includes all the classes to define specs to validate and parse JSON
-
Uses of ERROR_CODE in jsonvalues.spec
Fields in jsonvalues.spec declared as ERROR_CODEMethods in jsonvalues.spec that return ERROR_CODEModifier and TypeMethodDescriptionJsError.error()
Returns the value of theerror
record component.static ERROR_CODE
Returns the enum constant of this class with the specified name.static ERROR_CODE[]
ERROR_CODE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jsonvalues.spec with parameters of type ERROR_CODEModifierConstructorDescriptionJsError
(JsValue value, ERROR_CODE error) Creates an instance of aJsError
record class.