Author: joes
Date: Mon Feb 13 19:00:06 2006
New Revision: 377592
URL: http://svn.apache.org/viewcvs?rev=377592&view=rev
Log:
document error constants
Modified:
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod
Modified: httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod?rev=377592&r1=377591&r2=377592&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod Mon Feb
13 19:00:06 2006
@@ -35,6 +35,116 @@
+=head1 ERROR CONSTANTS
+
+
+
+
+=head2 GENERAL
+
+Internal apreq error
+
+
+
+
+=head2 TAINTED
+
+Attempt to perform unsafe action with tainted data
+
+
+
+
+=head2 BADDATA
+
+Malformed input data
+
+
+
+
+=head2 BADCHAR
+
+Invalid character
+
+
+
+
+=head2 BADSEQ
+
+Invalid byte sequence
+
+
+
+
+=head2 BADATTR
+
+Unrecognized attribute
+
+
+
+
+=head2 BADHEADER
+
+Malformed header string
+
+
+
+
+=head2 NODATA
+
+Missing input data
+
+
+
+
+=head2 NOTOKEN
+
+Expected token not present
+
+
+
+
+=head2 NOATTR
+
+Missing attribute
+
+
+
+
+=head2 NOHEADER
+
+Missing header
+
+
+
+
+=head2 NOPARSER
+
+Missing parser
+
+
+
+
+=head2 MISMATCH
+
+Conflicting information
+
+
+
+
+=head2 OVERLIMIT
+
+Exceeds configured maximum limit
+
+
+
+
+=head2 NOTEMPTY
+
+Setting already configured
+
+
+
+
=head1 SEE ALSO
L<APR::Request>, L<APR::Error>