Enumeration members
_fallback
_fallback = "Error code:{code}; detail:{detail}"
_fallback.nodetail
_fallback.nodetail = "Error code:{code}"
value
value = "Invalid value"
type.null
type.null = "Please input a null value"
type.boolean
type.boolean = "Please input a boolean value"
type.boolean?
type.boolean? = "Please input a boolean value or a null"
type.integer
type.integer = "Please input an integer"
type.integer?
type.integer? = "Please input an integer or a null"
type.number
type.number = "Please input a number"
type.number?
type.number? = "Please input a number or a null"
type.string
type.string = "Please input a string"
type.object
type.object = "Please input an object value"
type.object?
type.object? = "Please input an object value or a null"
type.array
type.array = "Please input an array value"
type.array?
type.array? = "Please input an array value or a null"
rule.enum
rule.enum = "Invalid input"
rule.const
rule.const = "Input {hint}"
rule.const.nohint
rule.const.nohint = "Invalid input"
rule.notEmpty
rule.notEmpty = "Please input"
rule.required
rule.required = "Missing property \"{hint}\""
rule.switchRequired
rule.switchRequired = "Missing property \"{hint}\""
rule.switchRequired.nohint
rule.switchRequired.nohint = "Properties are missing"
rule.same
rule.same = "Please input {hint}"
rule.same.nohint
rule.same.nohint = "Invalid input"
rule.multipleOf
rule.multipleOf = "Please enter a multiple of {hint}"
rule.maximum
rule.maximum = "Please enter {hint} or less"
rule.exclusiveMaximum
rule.exclusiveMaximum = "Please enter less than {hint}"
rule.minimum
rule.minimum = "Please enter {hint} or more"
rule.exclusiveMinimum
rule.exclusiveMinimum = "Please enter more than {hint}"
rule.maxLength
rule.maxLength = "Please enter no more than {hint} characters"
rule.minLength
rule.minLength = "Please enter at least {hint} characters"
rule.pattern
rule.pattern = "Invalid format"
rule.maxItems
rule.maxItems = "Please make it {hint} or less"
rule.minItems
rule.minItems = "Please make it {hint} or more"
http.400
http.400 = "HTTP error: {detail}"
http:401
http:401 = "HTTP error: {detail}"
http:403
http:403 = "HTTP error: {detail}"
http.404
http.404 = "HTTP error: {detail}"
http.405
http.405 = "HTTP error: {detail}"
http.406
http.406 = "HTTP error: {detail}"
http.407
http.407 = "HTTP error: {detail}"
http.408
http.408 = "HTTP error: {detail}"
http.409
http.409 = "HTTP error: {detail}"
http.410
http.410 = "HTTP error: {detail}"
http.500
http.500 = "HTTP error: {detail}"
http.501
http.501 = "HTTP error: {detail}"
http.502
http.502 = "HTTP error: {detail}"
http.503
http.503 = "HTTP error: {detail}"
In fact, this is not an error code. This entry will be used when generating a message for an unknown code.