Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Hydra.HeadLogic.Error
Description
Error types used in the Hydra.HeadLogic module.
Documentation
data LogicError tx Source #
Constructors
UnhandledInput | |
Fields
| |
RequireFailed | |
Fields | |
AssertionFailed | |
NotOurHead | |
Fields
|
Instances
data RequirementFailure tx Source #
Constructors
ReqSnNumberInvalid | |
Fields
| |
ReqSvNumberInvalid | |
Fields
| |
ReqSnNotLeader | |
Fields
| |
ReqSnDecommitNotSettled | |
ReqSnCommitNotSettled | |
InvalidMultisignature | |
SnapshotAlreadySigned | |
Fields
| |
AckSnNumberInvalid | |
Fields
| |
SnapshotDoesNotApply | |
Fields
| |
RecoverNotMatchingDeposit |