Function isDNSError

  • Checks if error is software error. These error codes would mean there's something broken with DNS.

    Parameters

    • e: {
          code: string;
      }
      • code: string

    Returns boolean

Generated using TypeDoc