error
Provides error handling and display components for applications. Contains actions to show error messages in different formats, from inline error lines to full-screen error displays. Helps create user-friendly error handling experiences that guide users when something goes wrong in your application.
Area: ⚙️ System & Control Flow
Available Actions
This set contains 2 actions:
- error-line - displays an error on the app screen
- fullscreen-error - a full screen error component
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
error-line "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Controlling app flow
- Managing settings
- Handling errors