type github.com/jackc/pgx/v5.ScanArgError

5 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L283: 			err = ScanArgError{ColumnIndex: i, FieldName: fieldDescriptions[i].Name, Err: err}
		rows.go#L343: type ScanArgError struct {
		rows.go#L349: func (e ScanArgError) Error() string {
		rows.go#L357: func (e ScanArgError) Unwrap() error {
		rows.go#L382: 			return ScanArgError{ColumnIndex: i, FieldName: fieldDescriptions[i].Name, Err: err}