contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
function   HttpObjectGetStatusReport    
  Related Syntax     Other Library Functions  

Library: HTTP
Include: omtcp.xin, omhttp.xin
Declaration

  define function HttpObjectGetStatusReport
           read-only  stream HttpObject
     into  modifiable stream Report


Purpose

This function writes to the "Report" stream argument the descriptions of any errors encountered during the last function using the specified object. If no errors are encountered, "Report" will contain no items. HttpObjectGetStatusReport is found in either client or server programs.

Input argument:

Output argument:

Example:

  ; HttpObjectGetStatusReport

  local HttpRequest my-Request
  local HttpResponse my-Response
  local stream request-Report variable
  local stream response-Report variable

  HttpObjectGetStatusReport my-Request into request-Report
  HttpObjectGetStatusReport my-Response into response-Report

  repeat over request-Report
     output "%g(request-Report)%n"
  again
  repeat over response-Report
     output "%g(response-Report)%n"
  again

    Related Syntax
   HttpObjectIsInError
 
  Other Library Functions
   HttpConnectionSendResponse
   HttpObjectGetCookieAttributes
   HttpObjectGetCookieValues
   HttpObjectGetHeaders
   HttpObjectGetStatusReport
   HttpObjectIsInError
   HttpObjectSetCookieAttribute
   HttpObjectSetCookieValue
   HttpObjectSetHeader
   HttpRequestGetSearchItems
   HttpRequestSend
   HttpRequestSetFromUrl
   HttpRequestSetSearchItem
   HttpResponseOutput
   HttpServiceAwaitRequest
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:07 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.