Skip to main content

ContainerWarning Interface

Represents warnings raised on container.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/container-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface ContainerWarning extends IErrorBase

Extends: IErrorBase

Properties

Property Alerts Modifiers Default Value Type Description
logged Alpha optional false boolean Whether this error has already been logged. Used to avoid logging errors twice.

Property Details

logged

Whether this error has already been logged. Used to avoid logging errors twice.

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/container-definitions/alpha.

For more information about our API support guarantees, see here.

Signature

logged?: boolean;

Type: boolean