Shikensu.Error

Error

type Error
= ErrorMessage String
| PlatformError ({ path : Path, err : Error })
toString : Error -> String