FileSystemErrorModule
PackageAxial.FileSystem
Summary
| Name | Signature | Synopsis |
|---|---|---|
| fromException | FileSystemError.fromException path error | Classifies an exception raised by a file-system operation. |
| describe | FileSystemError.describe _arg1 | Formats a human-readable description for a file-system error. |
Classifies an exception raised by a file-system operation.
Parameters
| Name | Type | Description |
|---|---|---|
| path | string option | |
| error | exn |
Returns
FileSystemError

