Interface BadBlockCause
public interface BadBlockCause
Represents the reason a block is marked as "bad"
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumAn enum representing the reason why a block is marked bad -
Method Summary
Modifier and TypeMethodDescriptionA more descriptive explanation for why the block was marked badThe reason why the block was categorized as bad
-
Method Details
-
getReason
BadBlockCause.BadBlockReason getReason()The reason why the block was categorized as bad- Returns:
- The reason enum
-
getDescription
String getDescription()A more descriptive explanation for why the block was marked bad- Returns:
- the description
-