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

Method Error

cli/cliui/provisionerjob.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51var _ error = new(ProvisionerJobError)
52
53func (err *ProvisionerJobError) Error() string {
54 return err.Message
55}
56
57const (
58 ProvisioningStateQueued = "Queued"

Callers 15

NewLicenseFormatterFunction · 0.45
TestQueueFunction · 0.45
TestNormalizeHostFunction · 0.45
TestParseCredentialsJSONFunction · 0.45
TestKeyringFunction · 0.45
TestFileFunction · 0.45
Test_DisplayTableFunction · 0.45
PromptFunction · 0.45
promptJSONFunction · 0.45
TableFormatFunction · 0.45
Test_OutputFormatterFunction · 0.45

Calls

no outgoing calls

Tested by 8

TestQueueFunction · 0.36
TestNormalizeHostFunction · 0.36
TestParseCredentialsJSONFunction · 0.36
TestKeyringFunction · 0.36
TestFileFunction · 0.36
Test_DisplayTableFunction · 0.36
Test_OutputFormatterFunction · 0.36