libp2p
    Preparing search index...

    Enumeration RejectReason

    Index

    Enumeration Members

    Enumeration Members

    Blacklisted: "blacklisted"

    The peer that sent the message OR the source from field is blacklisted. Causes messages to be ignored, not penalized, neither do score record creation.

    Error: "error"

    The message failed the configured validation during decoding. SelfOrigin is considered a ValidationError

    Ignore: "ignore"

    Custom validator fn reported status IGNORE.

    Reject: "reject"

    Custom validator fn reported status REJECT.