Searched defs:UnsupportedValueError (Results 1 – 1 of 1) sorted by relevance
207 type UnsupportedValueError struct { struct208 Value reflect.Value209 Str string212 func (e *UnsupportedValueError) Error() string {