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

  • Home
  • SEARCH
  • 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 41771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T15:14:01+00:00 2026-05-10T15:14:01+00:00

The documentation indicates that the error: option function will make available: XHR instance, a

  • 0

The documentation indicates that the error: option function will make available: XHR instance, a status message string (in this case always error) and an optional exception object returned from the XHR instance (Book: JQuery in Action)

Using the following (in the $.ajax call) I was able to determine I had a ‘parsererror’ and a ‘timeout’ (since I added the timeout: option) error

error: function(request, error){} 

What are other things you evaluate in the error option? do you include the optional exception object?

EDIT: one of the answers indicates all the return errors…learning more about what is of value (for debugging) in the XHR instance and exception object would be helpful

This is a complete $.ajax call:

$.ajax({  type: 'post',  url: 'http://myServer/cgi-bin/broker' ,  dataType: 'text',  data: {  '_service' : 'myService',  '_program' : 'myProgram',  'start' : start,  'end' : end  },  beforeSend: function() {   $('#loading').removeClass('hide');  },  timeout: 5000,  error: function(request,error) {   $('#loading').addClass('hide');   if (error == 'timeout') {    $('#error').append('The request timed out, please resubmit');   }   else {    $('#error').append('ERROR: ' + error);   }   },   success: function(request) {    $('#loading').addClass('hide');    var t = eval( '(' + request + ')' ) ;   } // End success }); // End ajax method 

Thanks for the input

  • 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. 2026-05-10T15:14:01+00:00Added an answer on May 10, 2026 at 3:14 pm

    Looking at the jQuery source code, there are four returned statuses, in additon to success:

    • timeout – when your specified timeout is exceeded
    • error – http error, like 404
    • notmodified – when requested resource was not modified since last request
    • parsererror – when an xml/json response is bad
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 84k
  • Answers 84k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Areas sound like what you are looking for. This will… May 11, 2026 at 4:58 pm
  • Editorial Team
    Editorial Team added an answer If I understand this correctly: Your first statement is not… May 11, 2026 at 4:58 pm
  • Editorial Team
    Editorial Team added an answer try this... Large Text File Viewer By the way, it… May 11, 2026 at 4:58 pm

Related Questions

I'm trying to use mysqldump to dump a schema, and it mostly works but
Fedora Core 9 seems to have FCGID instead of FastCGI as a pre-built, YUM-managed
I'm using a java.util.concurrent.ExecutorService that I obtained by calling Executors.newSingleThreadExecutor() . This ExecutorService can
The login page in my Tapestry application has a property in which the password

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.