MCPcopy Create free account
hub / github.com/goadesign/goa / TooManyArgError

Function TooManyArgError

eval/eval.go:137–139  ·  view source on GitHub ↗

TooManyArgError records a too many arguments error. It is used by DSL functions that take dynamic arguments.

()

Source from the content-addressed store, hash-verified

135// TooManyArgError records a too many arguments error. It is used by DSL
136// functions that take dynamic arguments.
137func TooManyArgError() {
138 ReportError("too many arguments given to %s", caller())
139}
140
141// ValidationErrors records the errors encountered when running Validate.
142type ValidationErrors struct {

Callers 15

FilesFunction · 0.92
ServerFunction · 0.92
HTTPFunction · 0.92
MapParamsFunction · 0.92
PayloadFunction · 0.92
StreamingPayloadFunction · 0.92
TypeFunction · 0.92
ArrayOfFunction · 0.92
MapOfFunction · 0.92
ResultFunction · 0.92
StreamingResultFunction · 0.92
OneOfFunction · 0.92

Calls 2

ReportErrorFunction · 0.85
callerFunction · 0.85

Tested by

no test coverage detected