Skip to main content
Version: v1

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

PropertyModifiersTypeDescription
errorTypeOdspErrorType
serverEpochoptionalstringServer 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