Copyright | Ondřej Šebek |
---|---|
License | BSD-3-Clause |
Maintainer | ondras98@icloud.com |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Swarm.TUI.Model.Failure
Description
A data type to represent system failures.
These failures are often not fatal and serve to create common infrastructure for logging.
Documentation
data SystemFailure Source #
Constructors
AssetNotLoaded Asset FilePath LoadingFailure |
Constructors
Achievement | |
Data | |
History | |
Save |
data LoadingFailure Source #
Constructors
DoesNotExist Entry | |
EntryNot Entry | |
CanNotParse ParseException |
prettyFailure :: SystemFailure -> Text Source #