Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

external/spdfssc/

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

Routines

Routines from spdfhttperrorreporter__define.pro

result = SpdfHttpErrorReporter::init()

Creates an SpdfHttpErrorReporter object.

SpdfHttpErrorReporter::cleanup

Performs cleanup operations when this object is destroyed.

SpdfHttpErrorReporter::reportError, responseCode, responseHeader, responseFilename

This procedure is called when an HTTP error occurs.

SpdfHttpErrorReporter__define

Defines the SpdfHttpErrorReporter class.

Routine details

top source SpdfHttpErrorReporter::init

result = SpdfHttpErrorReporter::init()

Creates an SpdfHttpErrorReporter object.

Return value

reference to an SpdfHttpErrorReporter object.

top source SpdfHttpErrorReporter::cleanup

SpdfHttpErrorReporter::cleanup

Performs cleanup operations when this object is destroyed.

top source SpdfHttpErrorReporter::reportError

SpdfHttpErrorReporter::reportError, responseCode, responseHeader, responseFilename

This procedure is called when an HTTP error occurs. This default implementation merely prints 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 SpdfHttpErrorReporter__define

SpdfHttpErrorReporter__define

Defines the SpdfHttpErrorReporter class.

File attributes

Modification date: Thu Feb 13 16:41:58 2014
Lines: 24