{
"bulk":{
"id":1,
"returntype":"error",
"data":[
{
"id":1,
"message":"Data is too short to be protected/unprotected.",
"returncode":"/rest-v1/returncodes/id/22",
"returntype":"error"
},
{
"id":2,
"message":"Data is too short to be protected/unprotected.",
"returncode":"/rest-v1/returncodes/id/22",
"returntype":"error"
}
]
}
}
Error type of log return code (different)
{
"bulk":{
"id":1,
"returntype":"error",
"data":[
{
"id":1,
"message":"Data is too short to be protected/unprotected.",
"returncode":"/rest-v1/returncodes/id/22",
"returntype":"error"
},
{
"id":2,
"returncode":"/rest-v1/returncodes/id/6",
"returntype":"success",
"content":"AGoAZABzAHIAdQBlAGMAagBaAEMAMQAyADMANA=="
}
]
}
}
For more information about the Log Return codes, refer to the section Log return codes.