Searched refs:ExecutorFailure (Results 1 – 2 of 2) sorted by relevance
58 type ExecutorFailure string type60 func (err ExecutorFailure) Error() string {632 err = ExecutorFailure(err.Error())743 err0 = ExecutorFailure(fmt.Sprintf("executor %v: failed: %s", c.pid, output))
273 if _, ok := err.(ipc.ExecutorFailure); ok || try > 10 {