type encoding/xml.UnsupportedTypeError

4 uses

	encoding/xml (current package)
		marshal.go#L498: 			return &UnsupportedTypeError{typ}
		marshal.go#L786: 	return "", nil, &UnsupportedTypeError{typ}
		marshal.go#L1034: type UnsupportedTypeError struct {
		marshal.go#L1038: func (e *UnsupportedTypeError) Error() string {