OdspErrorType Enum
Signature
export declare enum OdspErrorType
Flags
| Flag | Description |
|---|---|
| cannotCatchUp | |
| fetchTimeout | |
| fetchTokenError | |
| fluidNotEnabled | |
| invalidFileNameError | Invalid file name (at creation of the file) |
| locationRedirection | |
| outOfStorageError | Storage is out of space |
| serviceReadOnly | |
| snapshotTooBig | Snapshot is too big. Host application specified limit for snapshot size, and snapshot was bigger that that limit, thus request failed. Hosting application is expected to have fall-back behavior for such case. |
cannotCatchUp
Signature
cannotCatchUp = "cannotCatchUp"
fetchTimeout
Signature
fetchTimeout = "fetchTimeout"
fetchTokenError
Signature
fetchTokenError = "fetchTokenError"
fluidNotEnabled
Signature
fluidNotEnabled = "fluidNotEnabled"
invalidFileNameError
Invalid file name (at creation of the file)
Signature
invalidFileNameError = "invalidFileNameError"
locationRedirection
Signature
locationRedirection = "locationRedirection"
outOfStorageError
Storage is out of space
Signature
outOfStorageError = "outOfStorageError"
serviceReadOnly
Signature
serviceReadOnly = "serviceReadOnly"
snapshotTooBig
Snapshot is too big. Host application specified limit for snapshot size, and snapshot was bigger that that limit, thus request failed. Hosting application is expected to have fall-back behavior for such case.
Signature
snapshotTooBig = "snapshotTooBig"