Skip to content 

IDriverErrorBase Interface

Packages > @fluidframework/driver-definitions > IDriverErrorBase

Base interface for all errors and warnings

Signature:

export interface IDriverErrorBase 

Properties

List of properties of this interface
Property Type Description
canRetry boolean
errorType DriverErrorType
message string
online string

Events

canRetry

Signature:

canRetry: boolean;

errorType

Signature:

readonly errorType: DriverErrorType;

message

Signature:

readonly message: string;

online

Signature:

online?: string;