Skip to content

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:6

Enumerates the public Roomful error codes.

Non-exhaustive; new codes may be added in minor releases — handle a default case.