mirror of
https://github.com/containers/podman.git
synced 2026-08-07 04:43:04 -04:00
6 files changed
+10
-10
No files matched your search
@@ -11,8 +11,8 @@ const (
|
||||
// ExecErrorCodeGeneric is the default error code to return from an exec session if libpod failed
|
||||
// prior to calling the runtime
|
||||
ExecErrorCodeGeneric = 125
|
||||
// ExecErrorCodeCannotInvoke is the error code to return when the runtime fails to invoke a command
|
||||
// an example of this can be found by trying to execute a directory:
|
||||
// ExecErrorCodeCannotInvoke is the error code to return when the runtime fails to invoke a command.
|
||||
// An example of this can be found by trying to execute a directory:
|
||||
// `podman exec -l /etc`
|
||||
ExecErrorCodeCannotInvoke = 126
|
||||
// ExecErrorCodeNotFound is the error code to return when a command cannot be found
|
||||
|
||||
Reference in new issue
Block a user