Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7593745
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:14:46+00:00 2026-05-30T21:14:46+00:00

I have basic function that prints network errors based on enum NetworkError. that looks

  • 0

I have basic function that prints network errors based on enum NetworkError.
that looks like this :

void HttpClient::HandleNetworkError(QNetworkReply::NetworkError& networkError)
{
  switch(networkError)
  {
  case(QNetworkReply::ConnectionRefusedError):
   LOG_MSG("NO NETWORK CONNECTION ConnectionRefusedError!! ");
   break;
  case(QNetworkReply::HostNotFoundError):
   //handle the html output is no internet connection is found
   LOG_MSG("NO NETWORK CONNECTION HostNotFoundError!! ");
   break;
  case(QNetworkReply::SslHandshakeFailedError):
   //handle the html output is no internet connection is found
   LOG_MSG("CONNECTION SslHandshakeFailedError!! ");
   break;
  case(QNetworkReply::UnknownContentError):
   LOG_MSG("CONNECTION UnknownContentError!! ");
   break;
  default :
   LOG_MSG("CONNECTION not defined default error UnknownContentError!! ");
  }

}

now i need to support more errors , in fact all the error that list in enum NetworkError, so does it means i need to
added them all to this switch case ? or there is some kind of generic Qt functions that do this translation ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T21:14:47+00:00Added an answer on May 30, 2026 at 9:14 pm

    This is already answered in the QNetworkReply::error() signal documentation:

    Call errorString() to obtain a textual representation of the error condition.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the most basic jquery function of them all, but I couldn't find
Pretty basic programming question, I know PHP have a function for it, but does
I have a basic form with controls that are databound to an object implementing
I have a basic CRUD form that uses PageMethods to update the user details,
I have a function that wraps a call to one of my socket types.
I have an object, based on the Singleton design, that I use for user
I have this weird bug, where C++ calls the wrong function: So this bit
Hey all, I have a basic HTML contact form that goes to a .php
I have a very basic XML parser based on the tutorial provided here ,
I have a question regarding C++. This is my current function: string clarifyWord(string str)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.