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 = 1500CONNECTION_TIMEOUT = 1501RECIPIENT_DISCONNECTED = 1503RECIPIENT_NOT_FOUND = 1401REQUEST_PAYLOAD_TOO_LARGE = 1402RESPONSE_PAYLOAD_TOO_LARGE = 1504RESPONSE_TIMEOUT = 1502SEND_FAILED = 1505UNSUPPORTED_METHOD = 1400UNSUPPORTED_SERVER = 1403