blob: e8114eb8c7eaae649f2b92a1c1d77243ac700266 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
operations:
CommonDockerManager@test: {}
CommonDockerManager@suspend: {}
CommonDockerManager@resume: {}
CommonDockerManager@publicKey: {}
CommonDockerManager@configurationChanged: {}
CommonDockerManager@updateStreams: {}
messages:
dummy: {}
REQUEST-FAILED-test:
errorCode: 4001W
messageFormat: '{0}'
description: Operation Failed with Exception
REQUEST-FAILED-suspend:
errorCode: 4001W
messageFormat: '{0}'
description: Operation Failed with Exception
REQUEST-FAILED-resume:
errorCode: 4001W
messageFormat: '{0}'
description: Operation Failed with Exception
REQUEST-FAILED-publicKey:
errorCode: 4001W
messageFormat: '{0}'
description: Operation Failed with Exception
REQUEST-FAILED-configurationChanged:
errorCode: 4001W
messageFormat: '{0}'
description: Operation Failed with Exception
REQUEST-FAILED-updateStreams:
errorCode: 4001W
messageFormat: '{0}'
description: Operation Failed with Exception
REMOTE-CALL-FAILED-test:
errorCode: 4001W
messageFormat: '{0}'
description: Remote Operation Failed with Exception
REMOTE-CALL-FAILED-suspend:
errorCode: 4001W
messageFormat: '{0}'
description: Remote Operation Failed with Exception
REMOTE-CALL-FAILED-resume:
errorCode: 4001W
messageFormat: '{0}'
description: Remote Operation Failed with Exception
REMOTE-CALL-FAILED-publicKey:
errorCode: 4001W
messageFormat: '{0}'
description: Remote Operation Failed with Exception
REMOTE-CALL-FAILED-configurationChanged:
errorCode: 4001W
messageFormat: '{0}'
description: Remote Operation Failed with Exception
REMOTE-CALL-FAILED-updateStreams:
errorCode: 4001W
messageFormat: '{0}'
description: Remote Operation Failed with Exception
|