# Functions

RunSequentially will sequentially call the specified callback functions, stopping on the first one that returns an error By using the common error handling, code can easier to read and less prone to typos in the error handling.