I am processing multiple records, one by one. If I were to encounter a record that throws an error/exception, instead of the program crashing, what can I do to keep that record where it is for processing at a later time and move on to the next record and process that?