MCPcopy
hub / github.com/devtron-labs/devtron / Error

Struct Error

api/bean/Security.go:62–68  ·  view source on GitHub ↗

Error defines model for Error.

Source from the content-addressed store, hash-verified

60
61// Error defines model for Error.
62type Error struct {
63 // Error code
64 Code int32 `json:"code"`
65
66 // Error message
67 Message string `json:"message"`
68}
69
70// GetVulnerabilityPolicyResponse defines model for GetVulnerabilityPolicyResponse.
71type GetVulnerabilityPolicyResponse struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected