No internet connection
  1. Home
  2. How to

Suppress error message?

By Ben Rubin @Ben_Rubin
    2022-04-14 15:12:44.189Z

    There's a few scripts i have that seem to work but also kick up an error message at the end. is there a simple command i can use to just suppress these messages?

    thanks

    • 2 replies
    1. There's many ways to do this.

      Here are some examples:
      https://help.soundflow.org/en/articles/5638002-error-handling-in-soundflow-scripts

      But you'll find tons of examples around the forum as well on error handling. You can also add onError: "Continue" to any of your action calls.

      1. Of course I should add for completeness (& for anybody else reading this in the future), that figuring out why the errors occur is usually the best option :)