master
md 21 lines 575 Bytes
Rendered Raw
1 # Error
2
3 ```csharp
4 public enum Error
5 {
6 ImageNotFound = -2147219967,
7 ContainerPrefixAmbiguous = -2147219966,
8 ContainerNotFound = -2147219965,
9 VolumeNotFound = -2147219964,
10 ContainerNotRunning = -2147219963,
11 ContainerIsRunning = -2147219962,
12 SessionReserved = -2147219961,
13 InvalidSessionName = -2147219960,
14 NetworkNotFound = -2147219959,
15 WindowsUpdateSearchFailed = -2147219958,
16 SdkUpdateNeeded = -2147219957,
17 ContainerDisabled = -2147219956,
18 RegistryBlockedByPolicy = -2147219955,
19 VolumeNotAvailable = -2147219954
20 }
21 ```