Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Type Alias: RoomfulErrorCode

@roomful/core


@roomful/core / RoomfulErrorCode

RoomfulErrorCode = "ROOM_FULL" | "AUTH_FAILED" | "NETWORK_ERROR" | "ENCRYPTION_ERROR" | "DECRYPTION_ERROR" | "INVALID_STATE"

Defined in: packages/core/src/roomful-error.ts:4

Enumerates the public Roomful error codes.