ENUM

ScriptErrorAction

Description

Supported in v5.0+ Action to take if the script returns an error or times out.

link GraphQL Schema definition

  • enum ScriptErrorAction {
  • SCRIPT_ERROR_ACTION_ABORT
  • SCRIPT_ERROR_ACTION_CONTINUE
  • }