Type Alias: RoomfulErrorCode
@roomful/core / RoomfulErrorCode
Type Alias: RoomfulErrorCode
Section titled “Type Alias: 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.