built-in shelf
#recovery-info
is a built-in stream shelf that provides information about how the markup parser will
recover from a markup error and continue processing. (This information comes from the markup parser error
message.) This stream shelf can be accessed only from the header and body of markup-error
rules.
#recovery-info
is not always attached. Use the is attached
test to ensure the stream
is attached before attempting to use its value (the recovery information).