See Full Error Details
When an error occurs in Exago, a generic error message may be displayed. This generic message is meant to prevent end users from seeing the full stack trace of the error.
There are two ways to see detailed error messages.
- If you are accessing Exago directly in a browser:
- Append ?showerrordetail=true to the URL.
Example:/Exagohome.aspx?showerrordetail=true
- Refresh the page and recreate the error.
- Append ?showerrordetail=true to the URL.
- If you are accessing Exago through one of the APIs:
- With the .NET API call the method GetUrlParamString and set showErrorDetail to True.
- With the REST Web Service API, set the showErrorDetail property of the Session object to True before starting the session.
- Enter Exago through the API and recreate the error.
The status code on the generic error message corresponds to standard HTTP status codes. For example if the status code is 408 it means there was a request timeout. For status code 200 the request completed successfully and the error lies elsewhere.