StoreError Type
Union cases
| Union case |
Description
|
Full Usage:
CorruptedFile(path, reason)
Parameters:
string
reason : string
|
|
Full Usage:
IoFailed(path, exn)
Parameters:
string
exn : exn
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCorruptedFile
Returns: bool
|
|
Full Usage:
this.IsIoFailed
Returns: bool
|
|
FsShelter