print-error
Work with print error
Overview
The print-error action is part of the print set in Rhyme. Work with print error.
Category: Print
Area: 🔧 Development & Testing
Basic Usage
print-error "Example usage"Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
print-error "Example usage"Example 2: With Variables
$my-variable: "some value"
print-error $my-variableTips
- This action is part of the print set
- Common use case: Debugging your app
Related Actions
Related actions from the print set will be listed here.