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

Function ErrorUserContainerResponseNotJSONDecodable

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

Source from the content-addressed store, hash-verified

46}
47
48func ErrorUserContainerResponseNotJSONDecodable() error {
49 return &errors.Error{
50 Kind: ErrUserContainerResponseNotJSONDecodable,
51 Message: "invalid response from user container; response is not json decodable",
52 NoTelemetry: true,
53 }
54}
55
56func ErrorUserContainerNotReachable(err error) error {
57 return &errors.Error{

Callers 1

submitRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected