SentinelExpectedException
class SentinelExpectedException(sentinel: String, actual: String) : IllegalArgumentException(source)
Raised for a scalar that is neither a list nor sentinel — most importantly the empty string Spring Boot produces for [], {} and for any property whose value went missing upstream. The message has to name the token, because it is the only way to express "no entries" here.