You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(compat) Add new interface for layer incomatibility to make it simpler for consumption (microsoft#25706)
Also a new `@alpha` interface `ILayerIncompatibilityError` of error type
`FluidErrorTypes.usageError`. It has properties that consumers can use
to get additional details about the incompatiblity. When layer
incompatibility is detected, this error will be thrown. The properties
have comments that explain what these properties are for.
Also, added a telemetry called `LayerIncompatibilityError` which will be
logged everytime layer incompatibility is detected.
[AB#43990](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/43990)
0 commit comments