[**CameraKit Web SDK - Push 2 Web v1.17.0**](../README.md)

***

[CameraKit Web SDK - Push 2 Web](../globals.md) / CommunicationErrorEvent

# Type Alias: CommunicationErrorEvent

> **CommunicationErrorEvent**: `object`

Error related to communication channel between the web page and Lens Studio.

## Type declaration

### name

> **name**: `"CommunicationError"`

Type of the event.

### cause

> **cause**: `Error`

The reason of the error event.

### grpcCode

> **grpcCode**: `number`

gRPC connection code

### grpcStatus

> **grpcStatus**: [`Code`](../enumerations/Code.md)

gRPC connection status
