Description
Requesting https://hawapi.theproject.id/api/v1/characters?last_name=*Wheeler&gender=1&birth_date=%3E=1967-01-01 will return 505 error: Parameter value [1967-01-01] did not match expected type [java.time.LocalDate (n/a)]
{
"code": 500,
"status": "Internal Server Error",
"method": "GET",
"cause": "Parameter value [1967-01-01] did not match expected type [java.time.LocalDate (n/a)]",
"message": "Parameter value [1967-01-01] did not match expected type [java.time.LocalDate (n/a)]; nested exception is java.lang.IllegalArgumentException: Parameter value [1967-01-01] did not match expected type [java.time.LocalDate (n/a)]",
"timestamps": "2024-05-17T01:43:03.502",
"url": "/api/v1/characters",
"params": "{lastName=[*Wheeler],gender=[1],birthDate=[>=1967-01-01]}"
}
Description
Requesting
https://hawapi.theproject.id/api/v1/characters?last_name=*Wheeler&gender=1&birth_date=%3E=1967-01-01will return 505 error: Parameter value [1967-01-01] did not match expected type [java.time.LocalDate (n/a)]{ "code": 500, "status": "Internal Server Error", "method": "GET", "cause": "Parameter value [1967-01-01] did not match expected type [java.time.LocalDate (n/a)]", "message": "Parameter value [1967-01-01] did not match expected type [java.time.LocalDate (n/a)]; nested exception is java.lang.IllegalArgumentException: Parameter value [1967-01-01] did not match expected type [java.time.LocalDate (n/a)]", "timestamps": "2024-05-17T01:43:03.502", "url": "/api/v1/characters", "params": "{lastName=[*Wheeler],gender=[1],birthDate=[>=1967-01-01]}" }