type encoding/xml.UnsupportedTypeError

4 uses

	encoding/xml (current package)
		marshal.go#L523: 			return &UnsupportedTypeError{typ}
		marshal.go#L826: 	return "", nil, &UnsupportedTypeError{typ}
		marshal.go#L1128: type UnsupportedTypeError struct {
		marshal.go#L1132: func (e *UnsupportedTypeError) Error() string {