Skip to main content

IOdspErrorAugmentations Interface

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/odsp-driver-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface IOdspErrorAugmentations

Properties

Property Alerts Modifiers Type Description
facetCodes Alpha optional string[] It is array of error codes included in error response from server.
redirectLocation Alpha optional string It is the redirection url at which the network call should have been made. It is due to change in site domain of the file on server.
serverEpoch Alpha optional string Server epoch indicates when the file was last modified. Used to detect modifications outside Fluid's services

Property Details

facetCodes

It is array of error codes included in error response from server.

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/odsp-driver-definitions/alpha.

For more information about our API support guarantees, see here.

Signature

facetCodes?: string[];

Type: string[]

redirectLocation

It is the redirection url at which the network call should have been made. It is due to change in site domain of the file on server.

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/odsp-driver-definitions/alpha.

For more information about our API support guarantees, see here.

Signature

redirectLocation?: string;

Type: string

serverEpoch

Server epoch indicates when the file was last modified. Used to detect modifications outside Fluid's services

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/odsp-driver-definitions/alpha.

For more information about our API support guarantees, see here.

Signature

serverEpoch?: string;

Type: string