Runtime errors and exceptions

During runtime execution of a script, if an error occurs a Confirm BOD is published because of these reasons:

  • Python exception.
  • Input Variable name was not used in the code.
  • Output Variable name was not used in the code.
  • The script does not exist. It was deleted while it was used in an active data flow.
  • The input payload exceeds the five MB limit.
  • The output payload exceeds the five MB limit.
  • The execution exceeded the 15-second runtime limit and timed out.
  • The script failed to execute after 10 retries.
  • The script failed to execute because of a memory limit.
  • The script failed to execute because of reduced networking resources.