For the complete documentation index, see llms.txt. This page is also available as Markdown.

print & error

Prints a message to the script editor console.

error(message: string)

Stops running code at the error point and prints the error message to the script editor console.

Last updated