type github.com/jackc/pgx/v4.SerializationError

5 uses

	github.com/jackc/pgx/v4 (current package)
		extended_query_builder.go#L167: 	return nil, SerializationError(fmt.Sprintf("Cannot encode %T into oid %v - %T must implement Encoder or be converted to a string", arg, oid, arg))
		values.go#L21: type SerializationError string
		values.go#L23: func (e SerializationError) Error() string {
		values.go#L139: 	return nil, SerializationError(fmt.Sprintf("Cannot encode %T in simple protocol - %T must implement driver.Valuer, pgtype.TextEncoder, or be a native type", arg, arg))
		values.go#L221: 	return nil, SerializationError(fmt.Sprintf("Cannot encode %T into oid %v - %T must implement Encoder or be converted to a string", arg, oid, arg))