ContainerWarning Interface
Represents warnings raised on container.
Signature
export interface ContainerWarning extends IErrorBase
Extends: IErrorBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
logged | optional |
boolean | Whether this error has already been logged. Used to avoid logging errors twice. Default is false. |
Property Details
logged
Whether this error has already been logged. Used to avoid logging errors twice. Default is false.
Signature
logged?: boolean;
Type: boolean