Table of Contents

Enum RpcError.ErrorCode

Namespace
LiveKit

Built-in error codes. See https://docs.livekit.io/home/client/data/rpc/#errors for more information.

public enum RpcError.ErrorCode : uint
Extension Methods

Fields

APPLICATION_ERROR = 1500
CONNECTION_TIMEOUT = 1501
RECIPIENT_DISCONNECTED = 1503
RECIPIENT_NOT_FOUND = 1401
REQUEST_PAYLOAD_TOO_LARGE = 1402
RESPONSE_PAYLOAD_TOO_LARGE = 1504
RESPONSE_TIMEOUT = 1502
SEND_FAILED = 1505
UNSUPPORTED_METHOD = 1400
UNSUPPORTED_SERVER = 1403