Build: Error Display Screen
This screen shows how to display different types of error messages to users in a friendly way.
Target UI
┌───────────────────────────────┐ │ Error Display Screen │ ├───────────────────────────────┤ │ [Show Network Error] │ │ [Show Validation Error] │ │ [Show Unknown Error] │ │ │ │ Error message appears here │ │ │ └───────────────────────────────┘
Add three buttons labeled: 'Show Network Error', 'Show Validation Error', and 'Show Unknown Error'.
When a button is tapped, display a corresponding error message below the buttons.
Use red color for error messages and an icon to indicate error.
The error message area should be empty initially.
Make sure the UI is accessible with proper labels.