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 6216027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:09:37+00:00 2026-05-24T07:09:37+00:00

To trigger the error handler for dojo’s xhrPost , is there a specific format

  • 0

To trigger the error handler for dojo’s xhrPost, is there a specific format in which the server response is to be sent? Or just setting the status code to the required error code in the HttpServletResponse object does the work.

Thanks,
RR

  • 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-24T07:09:39+00:00Added an answer on May 24, 2026 at 7:09 am

    You only need to set the appropiate HTTP status code in the HttpServletResponse. I think anything greater than or equal to 400 will be considered an error by the XHR object.

    Of course you can also send actual content in your response (via its output stream) and set its content type. You’ll receive that in your handler as well:

    dojo.xhrPost({
      url: '/request',
      load: function(data, ioargs) { /* ... */ },
      error: function(error, ioargs) {
        // error is a Javascript Error() object, but also contains 
        // some other data filled in by Dojo
        var content = error.responseText;   // response as text
        var status = error.status;          // status code
      }
    });
    

    You can also get responseText and status from ioargs.xhr, which is the full XmlHttpRequest object.

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

Sidebar

Related Questions

If I raise an error in an AFTER UPDATE trigger in Sql Server 2005,
Why does the onclick handler below trigger an elem.parentNode is not a function error?
If I want to trigger an error in my interpreter I call this function:
I get this error when debugging my ASP.NET web application after I trigger an
I am using following PHP code for trigger creation but always get error, please
The trigger below is delaying my insert response. How can I prevent this? create
I have a generic ajax Error handler written like so: $('html').ajaxError(function(e, xhr, settings, exception)
I have some simple questions, I have a client-server application and data sent on
Why does the following code get the runtime error: Members of the Triggers collection
If I have a trigger before the update on a table, how can I

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.