Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

external/spdfcdas/

spdfhttperrordialog__define.pro


This class represents an object that is used to report HTTP errors.

Author information

Author

B. Harris

Copyright

Copyright (c) 2010-2013 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

Routines

Methods inherited from SpdfHttpErrorReporter

Routines from spdfhttperrordialog__define.pro

result = SpdfHttpErrorDialog::init()

Creates an SpdfHttpErrorDialog object.

SpdfHttpErrorDialog::cleanup

Performs cleanup operations when this object is destroyed.

SpdfHttpErrorDialog::reportError, responseCode, responseHeader, responseFilename

This procedure is called when an HTTP error occurs.

SpdfHttpErrorDialog__define

Defines 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.

top source SpdfHttpErrorDialog__define

SpdfHttpErrorDialog__define

Defines the SpdfHttpErrorDialog class.

File attributes

Modification date: Thu Feb 13 16:42:00 2014
Lines: 26