error-line
displays an error on the app screen
Overview
The error-line
action is part of the error set in Rhyme. displays an error on the app screen. displays an error on the app screen
Category: Error
Area: ⚙️ System & Control Flow
Basic Usage
error-line "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
error-line "Example usage"
Example 2: With Variables
$my-variable: "some value"
error-line $my-variable
Tips
- This action is part of the error set
- Common use case: Controlling app flow and logic
Related Actions
Related actions from the error set will be listed here.