AnyResourceError
Tip
This event is available on both client-side and server-side
This event is called when an error happens in any resource.
| Parameter | Description |
|---|---|
| resource | The resource that errored. |
Normal event handler
Alt.OnAnyResourceError += (resource) => {
// ...
}