Searched refs:textError (Results 1 – 6 of 6) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | jobs.go | 288 if job.Error, err = putText(c, ns, textError, req.Error, false); err != nil { 353 jobError, _, err := getText(c, textError, job.Error) 403 ErrorLink: externalLink(c, textError, job.Error),
|
D | admin.go | 42 {textError, ""},
|
D | access.go | 75 case textError:
|
D | main.go | 33 http.Handle("/x/error.txt", handlerWrapper(handleTextX(textError))) 328 case textError: 762 ErrorLink: textLink(textError, job.Error),
|
D | entities.go | 181 textError = "Error" const
|
D | jobs_test.go | 218 errorLink := externalLink(c.ctx, textError, dbJob.Error)
|