print-error
The print-error
action prints inline error message. It belongs to the print category within the dev area.
Action Syntax
print-error "text"
A quoted text string
print-error $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
print-error "message"
// Using Variables
// Display dynamic content from variables
print-error $message
Action code: 2686974999
Version: 0.6.4-1
Last updated: 2025-06-13