IsDialError returns true if the AutoNAT peer signalled an error dialing back
bool isDialError(Object e) { return e is AutoNATError && e.isDialError; }