Error Testing

Trigger different types of errors to test error boundaries and handling

Development Tool Only

This page intentionally triggers errors for testing purposes. Use with caution and only in development environments.

Select Error Type

Click the button above to trigger the selected error type

Error Testing Guide

  • Client Errors: Test synchronous error handling in components
  • Async Errors: Test promise rejection and async error handling
  • Boundary Errors: Test React error boundary behavior