Function | Description |
---|
stop() | Stops the processing and records a warning in the logs. Can be placed after an error to stop the processing. |
error() | Continues processing, records an error in the logs, and displays the message in a popup to the user. |
systemError() | It is the same as error() but with no error popup. |
warning() | Continues processing, records a warning in the logs, and displays the message in a popup to the user. |
systemWarning() | It is the same as error() but with no error popup. |
info | Continues processing and records the debug message in the logs. |
debug | Continues processing and records the debug message in the logs. |