MCPcopy Index your code
hub / github.com/coder/coder / JobErrorCode

TypeAlias JobErrorCode

codersdk/provisionerdaemons.go:166–166  ·  view source on GitHub ↗

JobErrorCode defines the error code returned by job runner.

Source from the content-addressed store, hash-verified

164
165// JobErrorCode defines the error code returned by job runner.
166type JobErrorCode string
167
168const (
169 RequiredTemplateVariables JobErrorCode = "REQUIRED_TEMPLATE_VARIABLES"

Callers 2

convertProvisionerJobFunction · 0.92
waitForBuildFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected