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

Function ErrorFormFileMustBeProvided

pkg/operator/endpoints/errors.go:95–100  ·  view source on GitHub ↗
(fileName string)

Source from the content-addressed store, hash-verified

93}
94
95func ErrorFormFileMustBeProvided(fileName string) error {
96 return errors.WithStack(&errors.Error{
97 Kind: ErrFormFileMustBeProvided,
98 Message: fmt.Sprintf("request form file %s must be provided", s.UserStr(fileName)),
99 })
100}
101func ErrorQueryParamRequired(param string) error {
102 return errors.WithStack(&errors.Error{
103 Kind: ErrQueryParamRequired,

Callers 1

DeployFunction · 0.85

Calls 2

WithStackFunction · 0.92
UserStrMethod · 0.45

Tested by

no test coverage detected