IOdspErrorAugmentations Interface
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.
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.
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
To use, import via @fluidframework/odsp-driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
serverEpoch?: string;
Type: string