crowdin-api-client-java
crowdin-api-client-java copied to clipboard
Impossible dentify error source with batch upload (PATCH)
{
"errors" : [
{
"index" : 1,
"errors" : [
{
"error" : {
"key" : "identifier",
"errors" : [
{
"code" : "notUnique",
"message" : "Invalid identifier given. Identifier must be unique"
}
]
}
}
]
}
]
API return something like this but exception object ErrorHolder. Contains no 'index' info
https://github.com/crowdin/crowdin-api-client-java/pull/255
Available in 1.18.0