MCPcopy Index your code
hub / github.com/docker/cli / Error

Method Error

cli/compose/schema/schema.go:151–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149}
150
151func (err validationError) Error() string {
152 description := getDescription(err)
153 return fmt.Sprintf("%s %s", err.parent.Field(), description)
154}
155
156func getMostSpecificError(errs []gojsonschema.ResultError) validationError {
157 mostSpecificError := 0

Calls 1

getDescriptionFunction · 0.85