package
2.0.2
Repository: https://github.com/iotaledger/hornet.git
Documentation: pkg.go.dev

# Functions

CriticalError wraps the given error as a critical error.
IsCriticalError unwraps the inner error held by the critical error if the given error is a critical error.
IsSoftError unwraps the inner error held by the soft error if the given error is a soft error.
SoftError wraps the given error as a soft error.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrBlockNotFound is returned when a block was not found.
ErrCritical is returned when a critical error stops the execution of a task.
ErrNodeNotSynced is returned when the node is not synchronized.
ErrOperationAborted is returned when the operation was aborted e.g.
ErrSnapshotInfoNotFound is returned when the snapshot info is not found in the database.