./
spdfhttperrordialog__define.pro
This class represents an object that is used to report HTTP errors.
Author information
- Author
B. Harris
- Copyright
Copyright (c) 2010-2020 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.
Class description for SpdfHttpErrorDialog
Inheritance
Fields
Fields in SpdfHttpErrorReporter
- retryAfterTime 0.0000000D
Routines
Methods inherited from SpdfHttpErrorReporter
SpdfHttpErrorReporter::reportError, responseCode, responseHeader, responseFilenameSpdfHttpErrorReporter::cleanupresult = SpdfHttpErrorReporter::init()SpdfHttpErrorReporter::waitUntilRetryAfterTimeSpdfHttpErrorReporter::printResponse, responseFilenameresult = SpdfHttpErrorReporter::getRetryAfterTime()
Routines from spdfhttperrordialog__define.pro
result = SpdfHttpErrorDialog::init()Creates an SpdfHttpErrorDialog object.
SpdfHttpErrorDialog::cleanupPerforms cleanup operations when this object is destroyed.
SpdfHttpErrorDialog::reportError, responseCode, responseHeader, responseFilenameThis procedure is called when an HTTP error occurs.
SpdfHttpErrorDialog__defineDefines the SpdfHttpErrorDialog class.
Routine details
top source SpdfHttpErrorDialog::init
result = SpdfHttpErrorDialog::init()
Creates an SpdfHttpErrorDialog object.
Return value
reference to an SpdfHttpErrorDialog object.
top source SpdfHttpErrorDialog::cleanup
SpdfHttpErrorDialog::cleanup
Performs cleanup operations when this object is destroyed.
top source SpdfHttpErrorDialog::reportError
SpdfHttpErrorDialog::reportError, responseCode, responseHeader, responseFilename
This procedure is called when an HTTP error occurs. This implementation displays a dialog message with some diagnostic information.
Parameters
- responseCode in type=int
the HTTP response code of the request causing the error.
- responseHeader in type=string
the HTTP response header of the request causing the error.
- responseFilename in type=string
the name of an error response file sent when the error occurred.
File attributes
| Modification date: | Tue Sep 22 07:48:21 2020 |
| Lines: | 30 |
CDAS Feedback.
![[attach.png]](idldoc-resources/attach.png)