mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Improve error handling
This commit is contained in:
@@ -254,6 +254,13 @@ pub enum BeaconChainError {
|
||||
request_epoch: Epoch,
|
||||
cache_epoch: Epoch,
|
||||
},
|
||||
AttesterCachePtcOutOfBounds {
|
||||
slot: Slot,
|
||||
epoch: Epoch,
|
||||
},
|
||||
AttesterCacheNoPtcPreGloas {
|
||||
slot: Slot,
|
||||
},
|
||||
SkipProposerPreparation,
|
||||
FailedColumnCustodyInfoUpdate,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user