MCPcopy Index your code
hub / github.com/cortexlabs/cortex / ErrorUserContainerResponseMissingJSONHeader

Function ErrorUserContainerResponseMissingJSONHeader

pkg/dequeuer/errors.go:40–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func ErrorUserContainerResponseMissingJSONHeader() error {
41 return &errors.Error{
42 Kind: ErrUserContainerResponseMissingJSONHeader,
43 Message: "invalid response from user container; response content type header is not 'application/json'",
44 NoTelemetry: true,
45 }
46}
47
48func ErrorUserContainerResponseNotJSONDecodable() error {
49 return &errors.Error{

Callers 1

submitRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected