You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SPEC.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -651,6 +651,8 @@ Error Code|Error Description
651
651
`6`|Failed to decode content. For example, failed to unmarshal network config from bytes or failed to decode version info from string.
652
652
`7`|Invalid network config. If some validations on network configs do not pass, this error will be raised.
653
653
`11`|Try again later. If the plugin detects some transient condition that should clear up, it can use this code to notify the runtime it should re-try the operation later.
654
+
`50`|The plugin is not available (i.e. cannot service `ADD` requests)
655
+
`51`|The plugin is not available, and existing containers in the network may have limited connectivity.
654
656
655
657
In addition, stderr can be used for unstructured output such as logs.
0 commit comments