IErrorBase Interface
Packages > @fluidframework/container-definitions > IErrorBase
Base interface for all errors and warnings at container level
Signature:
export interface IErrorBase
Properties
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;