Class ExitInfo (1.12.0)

ExitInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about how a command ended.

Attributes

NameDescription
exit_code int
The exit code from the command execution.
error str
Error message. Empty if there was no error.