# Structs
CodeExitError is an implementation of ExitError consisting of an error object and an exit code (the upper bits of os.exec.ExitStatus).
# Interfaces
ExitError is an interface that presents an API similar to os.ProcessState, which is what ExitError from os/exec is.