Error Handling

Test error handling in ORPC procedures. This procedure demonstrates how errors are thrown and handled. Check the network tab in the developer panel to see the error responses.

Error Handling Test
Test the error handling procedure with optional error triggering. The following throws error on invocation, resulting in Internal server error (500):
Validation Error
Test form validation that may result in validation errors. Try submitting with invalid data to see validation errors.

This field is validated on the server: minimum 2 characters, maximum 5 characters.