Class Warning
-
- All Implemented Interfaces:
public class Warning
Warnings a node may issue while running.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Warning.NeedConnections
The node is looking for connections to peers.
public class
Warning.PeerTimedOut
A connection to a peer timed out.
public class
Warning.CouldNotConnect
The node was unable to connect to a peer in the database.
public class
Warning.NoCompactFilters
A connection was maintained, but the peer does not signal for compact block filers.
public class
Warning.PotentialStaleTip
The node has been waiting for new inv and will find new peers to avoid block withholding.
public class
Warning.UnsolicitedMessage
A peer sent us a peer-to-peer message the node did not request.
public class
Warning.InvalidStartHeight
The provided starting height is deeper than the database history. This should not occur under normal use.
public class
Warning.CorruptedHeaders
The headers in the database do not link together. Recoverable by deleting the database.
public final class
Warning.TransactionRejected
A transaction got rejected, likely for being an insufficient fee or non-standard transaction.
public final class
Warning.FailedPersistence
A database failed to persist some data and may retry again
public class
Warning.EvaluatingFork
The peer sent us a potential fork.
public class
Warning.EmptyPeerDatabase
The peer database has no values.
public final class
Warning.UnexpectedSyncError
An unexpected error occured processing a peer-to-peer message.
public class
Warning.RequestFailed
The node failed to respond to a message sent from the client.
-