@snap/camera-kit
Version:
Camera Kit Web
18 lines (11 loc) • 697 B
Markdown
[**CameraKit Web SDK v1.13.0**](../README.md)
***
[CameraKit Web SDK](../globals.md) / CameraKitSessionEvents
# Type Alias: CameraKitSessionEvents
> **CameraKitSessionEvents**: [`TypedCustomEvent`](../classes/TypedCustomEvent.md)\<`"error"`, `object`\>
Events emitted by [CameraKitSession.events](../classes/CameraKitSession.md#events).
The following events are emitted:
- `error`: An error has been encountered during lens rendering. May contain an error of type:
- [LensExecutionError](LensExecutionError.md) If an error of this type occurs, the rendering lens will be automatically removed
from the associated CameraKitSession.
- [LensImagePickerError](LensImagePickerError.md)