Welcome to Zuora Product Documentation

Explore our rich library of product information

Script errors

This reference provides details on script errors, including error codes, messages, and possible remedies for each issue.

Error code range: 70002260–70002270

CodeError CodeError MessagePossible Remedy
70002260SCRIPT_REVISION_NOT_EXISTINGThe requested script revision was not found.Verify the revision number. List available revisions to find the correct one.
70002261SCRIPT_NOT_EXISTINGThe requested script was not found.Verify the script ID. It may have been deleted.
70002262SCRIPT_SOURCE_CORRUPTEDThe script source is corrupted and cannot be read.Re-upload or re-create the script from a known-good copy.
70002263SCRIPT_INVALID_TASK_METADATA_LANGUAGEA script language (JavaScript or Python) must be specified for “[Script Name]”.Set the language field to JavaScript or Python in the script operator's metadata.
70002264SCRIPT_INVALID_TASK_METADATA_SOURCEScript source code must be specified for “[Script Name]”.Provide the script source code in the operator's metadata.
70002265SCRIPT_OPERATOR_SCRIPT_INVALID_COUNTThe operator “[Operator Name]” has multiple source code entries. Only one is allowed.Remove extra source code entries so only one remains.
70002266SCRIPT_CHECKSUM_REQUIREDA checksum is required for the script.Include a checksum value when updating the script.
70002267SCRIPT_LANGUAGE_REQUIREDA script language is required. Supported languages: JavaScript and Python.Specify the language as JavaScript or Python.
70002268SCRIPT_SOURCE_REQUIREDScript source code is required.Provide the script source code.
70002269PYTHON_CUSTOM_PACKAGE_NOT_SUPPORTEDCustom Python packages are not supported. Please contact support for assistance.Use only built-in Python libraries. Contact support if you require a specific package.
70002270SCRIPT_SOURCE_NOT_CHANGEDThe script source is identical to the current active revision. No update is needed.No action needed — the script is already up to date. Make changes to the source code before saving.