github.com/jackc/pgx/v5.ScanArgError.FieldName (field)
5 uses
github.com/jackc/pgx/v5 (current package)
rows.go#L283: err = ScanArgError{ColumnIndex: i, FieldName: fieldDescriptions[i].Name, Err: err}
rows.go#L345: FieldName string
rows.go#L350: if e.FieldName == "?column?" { // Don't include the fieldname if it's unknown
rows.go#L354: return fmt.Sprintf("can't scan into dest[%d] (col: %s): %v", e.ColumnIndex, e.FieldName, e.Err)
rows.go#L382: return ScanArgError{ColumnIndex: i, FieldName: fieldDescriptions[i].Name, Err: err}