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 theerrorrecord component.static ERROR_CODEReturns 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 aJsErrorrecord class.