USE26

Subtype mismatch: received subtype=%TYPE1%, expected subtype=%TYPE2%.

This error can occur when you try to insert a geometry of one subtype into a column of a different subtype, for example an ST_Point into an ST_LineString column.

To insert more than one subtype into a column, make that a column of type ST_Geometry.