Searched defs:ErrFieldMismatch (Results 1 – 1 of 1) sorted by relevance
35 type ErrFieldMismatch struct { struct36 StructType reflect.Type37 FieldName string38 Reason string41 func (e *ErrFieldMismatch) Error() string {