blob: 856f238c6ebec436e4c0dce3998dbfbd22195fe3 [file] [log] [blame]
halil.cakal900261c2023-05-08 14:18:26 +01001{
halil.cakald7899562023-07-13 11:28:18 +01002 "data": {
3 "statusCode": 104,
4 "statusMessage": "partially applied subscription",
5 "additionalInfo": {
6 "rejected": [
7 {
halil.cakal640e0ed2023-08-01 16:35:58 +01008 "details": "Some other error message from the DMI",
9 "targets": ["CMHandle2"]
halil.cakald7899562023-07-13 11:28:18 +010010 },
11 {
halil.cakal640e0ed2023-08-01 16:35:58 +010012 "details": "Some error message from the DMI",
13 "targets": ["CMHandle1"]
halil.cakald7899562023-07-13 11:28:18 +010014 }
halil.cakal900261c2023-05-08 14:18:26 +010015 ],
halil.cakald7899562023-07-13 11:28:18 +010016 "pending": [
17 {
mpriyank2640b912023-08-10 23:09:38 +010018 "details": "Some other error happened",
19 "targets": ["CMHandle4", "CMHandle5"]
20 },
21 {
22 "details": "Some error causes pending",
23 "targets": ["CMHandle3"]
halil.cakald7899562023-07-13 11:28:18 +010024 }
halil.cakal900261c2023-05-08 14:18:26 +010025 ]
26 }
27 }
28}