Table of Contents

Enum TextMessageErrorCode

Namespace
LiveKit.Proto
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll
public enum TextMessageErrorCode

Fields

[OriginalName("INTERNAL_ERROR")] InternalError = 0

Unexpected internal error

[OriginalName("PROCESS_CLOSED")] ProcessClosed = 3

The worker process exited before the text session completed

[OriginalName("SESSION_STATE_NOT_FOUND")] SessionStateNotFound = 1

Session state not found in cache or version mismatch

[OriginalName("TEXT_HANDLER_ERROR")] TextHandlerError = 2

An exception was raised inside the user's text handler