Skip to content 

IErrorBase Interface

Packages > @fluidframework/container-definitions > IErrorBase

Base interface for all errors and warnings at container level

Signature:

export interface IErrorBase 

Properties

List of properties of this interface
Property Type Description
errorType string errorType is a union of error types from - container - runtime - drivers
message string
sequenceNumber number Sequence number when error happened

Events

errorType

errorType is a union of error types from - container - runtime - drivers

Signature:

readonly errorType: string;

message

Signature:

readonly message: string;

sequenceNumber

Sequence number when error happened

Signature:

sequenceNumber?: number;