IOdspError Interface
Base interface for all errors and warnings Superset of IDriverErrorBase, but with Odsp-specific errorType
Signature
export interface IOdspError extends Omit<IDriverErrorBase, "errorType">
Extends: Omit<IDriverErrorBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
errorType | OdspErrorType | ||
serverEpoch | optional |
string | Server epoch indicates when the file was last modified. Used to detect modifications outside Fluid's services |
Property Details
errorType
Signature
readonly errorType: OdspErrorType;
Type: OdspErrorType
serverEpoch
Server epoch indicates when the file was last modified. Used to detect modifications outside Fluid's services
Signature
serverEpoch?: string;
Type: string