IDMISMATCH property

SslErrorType IDMISMATCH
final

Hostname mismatch.

Officially Supported Platforms/Implementations:

Implementation

static final IDMISMATCH =
    SslErrorType._internalMultiPlatform('IDMISMATCH', () {
  switch (defaultTargetPlatform) {
    case TargetPlatform.android:
      return 2;
    default:
      break;
  }
  return null;
});