12345678910 |
- {
- "statusCode" : 400,
- "message" : "There was a problem with the JSON syntax. Please check the error(s) and solve them before retrying.",
- "uuid" : "d78f8241-c0cd-4885-96d1-0fd43f5863c3",
- "errors" : [ {
- "category" : "SYNTAX",
- "type" : "WRONG_JSON_SYNTAX",
- "message" : "Cannot deserialize value of type `java.util.Date` from String \"2021-07-29T16:43:05.554118\": not a valid representation (error: Failed to parse Date value '2021-07-29T16:43:05.554118': Failed to parse date \"2021-07-29T16:43:05.554118\": No time zone indicator)"
- } ]
- }
|