MCPcopy Index your code
hub / github.com/cloudfoundry/cli / JobErrorCode

TypeAlias JobErrorCode

api/cloudcontroller/ccv3/constant/job.go:18–18  ·  view source on GitHub ↗

JobErrorCode is the numeric code for a particular error.

Source from the content-addressed store, hash-verified

16
17// JobErrorCode is the numeric code for a particular error.
18type JobErrorCode int64
19
20const (
21 JobErrorCodeBuildpackAlreadyExistsForStack JobErrorCode = 290000

Callers 1

job_test.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected