blob: 856f238c6ebec436e4c0dce3998dbfbd22195fe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"data": {
"statusCode": 104,
"statusMessage": "partially applied subscription",
"additionalInfo": {
"rejected": [
{
"details": "Some other error message from the DMI",
"targets": ["CMHandle2"]
},
{
"details": "Some error message from the DMI",
"targets": ["CMHandle1"]
}
],
"pending": [
{
"details": "Some other error happened",
"targets": ["CMHandle4", "CMHandle5"]
},
{
"details": "Some error causes pending",
"targets": ["CMHandle3"]
}
]
}
}
}
|