Packages > @fluidframework/container-definitions >

ICriticalContainerError

Represents errors raised on container.

Signature

export type ICriticalContainerError = IErrorBase;

Remarks

The following are commonly thrown error types, but errorType could be any string.

  • @fluidframework/core-interfaces#FluidErrorTypes

  • @fluidframework/driver-definitions#(DriverErrorTypes:variable)