All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.validation.ValidationMessages.properties Maven / Gradle / Ivy

#
# This contains the library provided validation messages
#
graphql.validation.AssertFalse.message={path} must be false
graphql.validation.AssertTrue.message={path} must be true
graphql.validation.DecimalMax.message={path} must be less than ${inclusive == true ? 'or equal to ' : ''}{value}
graphql.validation.DecimalMin.message={path} must be greater than ${inclusive == true ? 'or equal to ' : ''}{value}
graphql.validation.Digits.message={path} numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected)
graphql.validation.Expression.message={path} expression must evaluate to true
graphql.validation.Max.message={path} must be less than or equal to {value}
graphql.validation.Min.message={path} must be greater than or equal to {value}
graphql.validation.Negative.message={path} must be less than 0
graphql.validation.NegativeOrZero.message={path} must be less than or equal to 0
graphql.validation.NotBlank.message={path} must not be blank
graphql.validation.NotEmpty.message={path} must not be empty
graphql.validation.Pattern.message={path} must match "{regexp}"
graphql.validation.Positive.message={path} must be greater than 0
graphql.validation.PositiveOrZero.message={path} must be greater than or equal to 0
graphql.validation.Range.message={path} range must be between {min} and {max}
graphql.validation.Size.message={path} size must be between {min} and {max}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy