crafter.commons.validation.errors.properties Maven / Gradle / Ivy
#
# Copyright (C) 2007-2023 Crafter Software Corporation. All Rights Reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3 as published by
# the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
#
# Common errors
validation.error.notNull=Cannot be null
validation.error.invalidMethodParams=Validation for params of method [{0}] failed
validation.error.invalidRequestBody=Invalid or missing request body
# Field errors
validation.error.rest.field.unrecognized=Unrecognized field
validation.error.rest.field.missing=Missing required field
# String errors
validation.error.string.notEmpty=Cannot be empty
validation.error.string.notBlank=Cannot be blank
validation.error.string.minLength=Length cannot be less than {0}
validation.error.string.maxLength=Length cannot be greater than {0}
validation.error.string.regexMatchingFailed=String doesn't match against whitelist or matches against blacklist
validation.error.sql.sort.failed=String is not a valid sort parameter or includes invalid column names
# List errors
validation.error.list.notEmpty=Cannot be empty
# Object errors
validation.error.object.field.read=Unable to retrieve value
# Number errors
validation.error.number.minValue=Value cannot be less than {0}
validation.error.number.maxValue=Value cannot be greater than {1}
# Esapi validators
validation.error.esapi.HTTPURI=Value is not a valid URI
validation.error.esapi.SITEID=Value is not a valid site ID
validation.error.esapi.EMAIL=Value is not a valid email address
validation.error.esapi.HTTPParameterName=Value is not a valid parameter name
validation.error.esapi.USERNAME=Value is not a valid username
validation.error.esapi.GROUP_NAME=Value is not a valid group name
validation.error.esapi.ALPHANUMERIC=Value is not a valid alpha-numeric string
validation.error.esapi.SEARCH_KEYWORDS=Value is not a valid search keyword string
validation.error.esapi.SQL_ORDER_BY=Value is not a valid order by keyword string
validation.error.esapi.CONTENT_FILE_NAME_NEW=Value is not valid content item filename
validation.error.esapi.CONTENT_PATH_READ=Value is not a valid content path
validation.error.esapi.CONTENT_PATH_NEW=Value is not a valid content path
validation.error.esapi.CONFIGURATION_PATH=Value is not a valid configuration path
© 2015 - 2025 Weber Informatics LLC | Privacy Policy