Annotate
Annotates a sequence such that if the sequence throws an error, the given message is logged.
Syntax
Sequence.Annotate
· [message]
· [sequence]
Parameters
- message
- The message to log if the sequence throws.
- sequence
- The sequence.
Return Value
The result of the given sequence.