CapabilityCheck.fail constructor
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);