runtime.error() - Pine Script Function
runtime.error()
Section titled “runtime.error()”Overview
Section titled “Overview”When called, causes a runtime error with the error message specified in the message argument.
Syntax
Section titled “Syntax”runtime.error(message) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| message | series string | Error message. |