Skip to content

Variable: ROOMFUL\_ERROR\_CATALOG

@roomful/core


@roomful/core / ROOMFUL_ERROR_CATALOG

const ROOMFUL_ERROR_CATALOG: Record<RoomfulErrorCode, ErrorCatalogEntry>

Defined in: packages/core/src/error-catalog.ts:24

The full catalog of Roomful error codes with human-readable descriptions and remediation steps. Typed as an exhaustive record, so adding a new RoomfulErrorCode is a compile error until it gets an entry here.