CapabilityCheck.fail constructor

const CapabilityCheck.fail(
  1. String field,
  2. String reason
)

Failed handshake — field is the offending handshake field and reason the human-readable fail-closed cause.

Implementation

const CapabilityCheck.fail(String field, String reason)
    : this._(false, field, reason);