func()

in awsiotjobs/mender/mender.go [58:63]


func (mj *Job) fail(err awsiotjobs.JobError) {
	e := mj.execution.Fail(err)
	if e != nil {
		log.Printf("Failed to execute Fail on the Job, got error: %s", err.Error())
	}
}