Skip to main content
Use NonRetryableError when retrying an automation cannot succeed without changing its input or configuration.
The error accepts a single message argument. When it is thrown:
  • The current attempt fails.
  • Intuned skips any remaining configured attempts for that automation phase.
  • During AuthSession:Validate runs with auto-recreate enabled, if the error occurs during the first checks, the auth session will be recreated.