C1Component accepts an onError callback to handle errors that occur during rendering.
Basic Usage
Error Object
TheonError callback receives an object with:
| Property | Type | Description |
|---|---|---|
code | number | Error code indicating the type of error |
c1Response | string | The response content at the time of error |