Skip to content

Interface: ErrorCatalogEntry

@roomful/core


@roomful/core / ErrorCatalogEntry

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

A catalog entry describing a RoomfulErrorCode: what it means and what to do about it.

code: RoomfulErrorCode

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

The error code this entry describes.


description: string

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

What the error means.


recoverable: boolean

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

Whether retrying the operation may reasonably succeed.


remediation: string

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

Concrete steps to resolve or work around it.


title: string

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

A short human-readable title.