CommunicationErrorEvent: {
    name: "CommunicationError";
    cause: Error;
    grpcCode: number;
    grpcStatus: Code;
}

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

Type declaration

  • name: "CommunicationError"

    Type of the event.

  • cause: Error

    The reason of the error event.

  • grpcCode: number

    gRPC connection code

  • grpcStatus: Code

    gRPC connection status