ErrorCode
type ErrorCode = CoreErrorCode;Defined in: packages/engine/src/errors/ErrorCode.ts:208
The aggregated catalog type. Currently just CoreErrorCode, union in
each package’s own code-object type here as Phase 5 converts it, e.g.
CoreErrorCode | WeatherErrorCode | StocksErrorCode | ....