
com.github.fge.uritemplate.messages.properties Maven / Gradle / Ivy
parse.noParser = no suitable parser found
paser.percentShortRead = not enough remaining characters for a percent-encoded sequence
parse.percentIllegal = illegal character in percent-encoded sequence
parse.emptyVarname = empty variable name
parse.emptyPrefix = prefix is empty
parse.prefixTooLarge = prefix length is too large (maximum 10000)
parse.unexpectedEOF = unexpected end of input: expected a comma or a closing bracket
parse.unexpectedToken = unexpected token: expected a comma or a closing bracket
expand.incompatVarspecValue = incompatible varspec/value combination
value.notScalar = attempt to access value of type %s as a scalar
value.notList = attempt to access value of type %s as a list
value.notMap = attempt to access value of type %s as a map
mapValue.nullKey = null keys are not allowed
mapValue.nullValue = null values are not allowed
mapValue.nullMap = map cannot be null
listValue.nullElement = null elements are not allowed
listValue.nullIterable = iterable is null
varmap.nullVarName = variable name cannot be null
varmap.nullValue = null values are not allowed
varmap.nullInput = null inputs are not allowed
scalar.nullValue = value cannot be null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy