Distractic
11/04/2023, 1:05 AM{
"errors":[..]
}
And another time
{
"data": {
"error": ".."
}
}
For the moment, I'm decoding to JsonElement and read each cases. But is there a way to do that automatically with the annotations ?ephemient
11/04/2023, 1:11 AMDistractic
11/04/2023, 1:21 AM