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