Also, Mike, be aware of the fault response issue between the Browser and
the FlashPlayer.  If a fault code is received, none of the detail is
passed to the Player and therefore is not available in Flex.  Google or
search the archive for details.

 

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of chiguai2000
Sent: Wednesday, April 11, 2007 7:03 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: HTTP Status Codes available as a Text File, or
CSV?

 

Hi there,

This isn't a file but a set of resources. Since they are online, it
might even be possible to open these in Excel and make them what you
need and export the data:

http://perl.apache.org/docs/2.0/user/handlers/http.html#HTTP_1_0_Status_
\
Codes
<http://perl.apache.org/docs/2.0/user/handlers/http.html#HTTP_1_0_Status
_Codes> 

http://perl.apache.org/docs/2.0/user/handlers/http.html#HTTP_1_1_Status_
\
Codes
<http://perl.apache.org/docs/2.0/user/handlers/http.html#HTTP_1_1_Status
_Codes> 

http://publib.boulder.ibm.com/infocenter/cicsts/v3r1/index.jsp?topic=/co
\
m.ibm.cics.ts31.doc/dfhtl/topics/dfhtl_statusref.htm
<http://publib.boulder.ibm.com/infocenter/cicsts/v3r1/index.jsp?topic=/c
om.ibm.cics.ts31.doc/dfhtl/topics/dfhtl_statusref.htm> 

Hope that helps,

Michael

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Mike Anderson" <[EMAIL PROTECTED]> wrote:
>
> Hello All,
>
> My application is going to make extensive use of a particular Class
> File, that relies heavily on HTTP Status Codes for error reporting.
>
> From what I can gather, there is a whole slew of error codes that
could
> possibly pop up.
>
> What I would love to find, is a Text or Comma Delimited File that
> somebody has made available for download, that I could pull into my
Flex
> Application (as a Hash Map). It would hopefully show the Numeric
error
> Codes, and their associated Text Descriptions.
>
> Thank you in advance, for anything you can throw my way :)
>
> Mike
>

 

Reply via email to