Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
18
type
JobErrorCode int64
19
20
const
(
21
JobErrorCodeBuildpackAlreadyExistsForStack JobErrorCode = 290000
Callers
1
job_test.go
File · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected