Redirection Question

I just wondered if I'm understanding this command line correctly

cat 2>save1 0<memo | sort 2>save2 1>letter

This means that stdin will read from memo and if there is an error then stderr will write to save1. Am I correct in saying that the sort command will sort the memo file and write stdout to letter and stderr will write to save2 if the sort fails? Or is it that stderr will write to save2 if the write to letter fails? Thanks.

Is this part of a homework assignment?
Earlier today, I remember seeing similar text in a question relative to a homework assignment.
Homework assignment, per Forum Rules, must be posted to that forum sub-group and in the format provided.

If not homework, please describe the real-life issue to be addressed.

Sorry. This shouldn't have been posted here. I actually have figured out the answer. Can you delete this post?