type Error interface {
Code() gcode.Code
Current() error
Error() string
FirstItem() (key string, messages map[string]error)
FirstRule() (rule string, err error)
FirstError() (err error)
Items() (items []map[string]map[string]error)
Map() map[string]error
Maps() map[string]map[string]error
String() string
Strings() (errs []string)
}
2 Comments
xushushun
我使用系统内置的效验没有自己写效验代码,返回的是
squidward
校验是框架内部自动做的, 可以定义中间件修改, 不是很优雅