Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwan/gohan
/ getErrorMessage
Function
getErrorMessage
schema/schema_test.go:489–491 ·
view source on GitHub ↗
(fieldName string, formatterName string)
Source
from the content-addressed store, hash-verified
487
})
488
489
func
getErrorMessage(fieldName string, formatterName string) string {
490
return
fmt.Sprintf(
"Json validation error:\n\t%s: Does not match format '%s',"
, fieldName, formatterName)
491
}
Callers
1
schema_test.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected