Interface BadBlockCause


public interface BadBlockCause
Represents the reason a block is marked as "bad"
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    An enum representing the reason why a block is marked bad
  • Method Summary

    Modifier and Type
    Method
    Description
    A more descriptive explanation for why the block was marked bad
    The reason why the block was categorized as bad
  • Method Details

    • 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